Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
platz1de committed Sep 22, 2024
1 parent df03533 commit 9380dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Setup npm
run: npm ci
- name: Run ESLint
run: eslint
run: ./node_modules/.bin/eslint

0 comments on commit 9380dec

Please sign in to comment.