Skip to content

Commit

Permalink
GitHub Actions: npm run lint (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jun 29, 2024
1 parent 9875699 commit f2c3ecb
Show file tree
Hide file tree
Showing 6 changed files with 1,501 additions and 611 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm audit
- run: npm run lint
# - run: npm run update-crosswalk # To support newer versions of Node.js
- run: npm run build --if-present
- run: npm test
Loading

0 comments on commit f2c3ecb

Please sign in to comment.