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 15d6271 commit fe5ec7cCopy full SHA for fe5ec7c
.github/workflows/tests.yml
@@ -34,7 +34,9 @@ jobs:
34
restore-keys: |
35
${{ runner.os }}-node-${{ matrix.node }}
36
- run: npm ci
37
+ - run: npm run lint
38
- run: npm run test:coverage
39
+ - run: npm run build:docs
40
41
# with the following action we enforce PRs to have a high coverage
42
# and ensure, changes are tested well enough so that coverage won't fail
0 commit comments