diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e6e6132..a184149 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -34,6 +34,6 @@ jobs: eslint: true prettier: true github_token: ${{ secrets.GITHUB_TOKEN }} - auto_fix: false + auto_fix: true eslint_extensions: js commit_message: "style(auto): fix code style issues with ${linter}" \ No newline at end of file