Skip to content

Commit

Permalink
fix: lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWebb committed May 20, 2024
1 parent e451e22 commit 81dd6a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm run lint
- name: Lint JS
run: npx --no -- eslint src
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 81dd6a6

Please sign in to comment.