Skip to content

Commit f2c3ecb

Browse files
authored
GitHub Actions: npm run lint (#746)
1 parent 9875699 commit f2c3ecb

6 files changed

Lines changed: 1501 additions & 611 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
- run: npm ci
2525
- run: npm audit
26+
- run: npm run lint
2627
# - run: npm run update-crosswalk # To support newer versions of Node.js
2728
- run: npm run build --if-present
2829
- run: npm test

0 commit comments

Comments
 (0)