Skip to content

Commit

Permalink
fixing the eslint job
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximaz committed Oct 8, 2023
1 parent 0862214 commit 3a3bf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cache: npm

- name: Install ESLint
run: npm install -g eslint
run: npm install -g eslint @typescript-eslint/eslint-plugin@latest

- name: Run ESLint
run: npm run lint

0 comments on commit 3a3bf7d

Please sign in to comment.