Skip to content

Commit

Permalink
Run eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 30, 2023
1 parent c1f7a57 commit fd87a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: npm ci
- name: Run linter
run: npm run sass:lint
- name: Run eslint
run: npm run js:lint
- name: Check EditorConfig configuration
run: test -f .editorconfig
- name: Check adherence to EditorConfig
Expand Down

0 comments on commit fd87a70

Please sign in to comment.