We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9875699 commit f2c3ecbCopy full SHA for f2c3ecb
6 files changed
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
node-version: ${{ matrix.node-version }}
24
- run: npm ci
25
- run: npm audit
26
+ - run: npm run lint
27
# - run: npm run update-crosswalk # To support newer versions of Node.js
28
- run: npm run build --if-present
29
- run: npm test
0 commit comments