diff --git a/.github/workflows/lint-action.yml b/.github/workflows/lint-action.yml index 2f5df3a1..8ca45244 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -34,8 +34,9 @@ jobs: run: npm ci - name: Run linters - uses: wearerequired/lint-action@v2 + uses: rkuykendall/lint-action@master with: + auto_fix: true eslint: true - eslint_args: "--debug --config eslint.config.ts ./" + eslint_args: "--debug --config eslint.config.ts" prettier: true \ No newline at end of file