Skip to content

Commit

Permalink
ci(eslint): use v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny1020 committed Jul 7, 2024
1 parent a132dc5 commit 906a4fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
node-version: 20
cache: 'pnpm'
- run: pnpm i
- uses: sibiraj-s/action-eslint@v2
- uses: sibiraj-s/action-eslint@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
eslint-args: '--ignore-path=.eslintignore --quiet'
eslint-args: '--ignore-path=.gitignore --quiet'
ignore-path: .eslintignore
extensions: 'js,jsx,ts,tsx'
annotations: true

0 comments on commit 906a4fc

Please sign in to comment.