Skip to content

Commit

Permalink
Enable javascript linting
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Feb 21, 2024
1 parent af98169 commit 3ab5629
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/javascript_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- run: npm install
- name: Linting
run: |
# FIXME: we need to fix the findings, first
#npm run lint
npm run lint
npm run stylelint
- name: Testing
run: npm run test
Expand Down

0 comments on commit 3ab5629

Please sign in to comment.