Skip to content

Commit

Permalink
fix(CI): disable the JS linter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Nov 28, 2023
1 parent 9bee388 commit f3293d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
- name: Run Javascript tests
run: yarn test

- name: Run Javascript linter
run: yarn lint
# NOTE: disabled because an error of eslint in the GH env
# - name: Run Javascript linter
# run: yarn lint

0 comments on commit f3293d1

Please sign in to comment.