[PR #31428] ci: enable ESLint autofix in autofix bot #33231

Closed
opened 2026-02-21 20:52:54 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/31428

State: closed
Merged: Yes


Summary

  • Added ESLint autofix step to the autofix CI workflow
  • Allows auto-fixing linting issues when applying suggestions on the webpage

Changes

  • Install pnpm and Node.js in the autofix workflow
  • Run pnpm lint:fix for the web directory

Test plan

  • Workflow syntax is valid (YAML)
  • Uses same pnpm/Node.js setup patterns as web-tests.yml

Closes #31425

**Original Pull Request:** https://github.com/langgenius/dify/pull/31428 **State:** closed **Merged:** Yes --- ## Summary - Added ESLint autofix step to the autofix CI workflow - Allows auto-fixing linting issues when applying suggestions on the webpage ## Changes - Install pnpm and Node.js in the autofix workflow - Run `pnpm lint:fix` for the web directory ## Test plan - [x] Workflow syntax is valid (YAML) - [x] Uses same pnpm/Node.js setup patterns as web-tests.yml Closes #31425
yindo added the pull-request label 2026-02-21 20:52:54 -05:00
yindo closed this issue 2026-02-21 20:52:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33231