Skip to content

Commit

Permalink
run JS lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Mar 2, 2024
1 parent 9e33cd6 commit d5ea300
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
name: Install dependencies
run: npm ci
-
name: Run linter
name: Run SASS linter
run: npm run sass:lint
-
name: Run JavaScript linter
run: npm run js:lint
-
name: Check EditorConfig configuration
run: test -f .editorconfig
Expand Down

0 comments on commit d5ea300

Please sign in to comment.