We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
alexandresaiz
lpinca
Learn more about funding links in repositories.
Report abuse
1 parent e3f68c7 commit 7dedac8Copy full SHA for 7dedac8
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
with:
21
node-version: ${{ matrix.node }}
22
- run: npm install
23
+ - run: npm run lint
24
+ if: matrix.node == 16
25
- run: npm test
26
- uses: coverallsapp/github-action@1.1.3
27
if: matrix.node == 16
0 commit comments