We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acaad29 commit 9bf7a5fCopy full SHA for 9bf7a5f
1 file changed
.github/workflow/main.yml .github/workflows/main.yml.github/workflow/main.yml renamed to .github/workflows/main.yml
@@ -29,5 +29,6 @@ jobs:
29
with:
30
node-version: "${{ matrix.node-version }}"
31
- uses: actions/checkout@v2
32
+ - run: npm install
33
- run: npm run lint
34
- run: npm run test-and-coverage
0 commit comments