Skip to content

Commit

Permalink
ci: disable npm lint, as we don't make use of its results right now
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Mar 8, 2024
1 parent 208f369 commit 29e90ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: ./scripts/verify_lock.mjs
- name: Install
run: npm clean-install --ignore-scripts
- name: Lint sources
run: npm run lint
# - name: Lint sources
# run: npm run lint
- name: Build
run: npm run build
- name: Test
Expand Down

0 comments on commit 29e90ae

Please sign in to comment.