We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b849aaa commit 65293e6Copy full SHA for 65293e6
.github/workflows/tests.yml
@@ -32,6 +32,6 @@ jobs:
32
restore-keys: |
33
${{ runner.os }}-node-${{ matrix.node }}
34
- run: npm ci
35
- - run: run lint
36
- - run: test:coverage
+ - run: npm run lint
+ - run: npm run test:coverage
37
0 commit comments