Skip to content

Commit

Permalink
chore: update github eslint action
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Nov 6, 2024
1 parent 056618b commit 1878ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:

- uses: ./.github/workflows/yarn

- uses: CatChen/eslint-suggestion-action@v2
- uses: CatChen/eslint-suggestion-action@v4.1.7
with:
request-changes: true # optional
fail-check: true # optional
github-token: ${{ secrets.GITHUB_TOKEN }} # optional
directory: './' # optional
targets: 'src' # optional
config-path: './eslint.config.mjs''

0 comments on commit 1878ba5

Please sign in to comment.