Skip to content

Commit fe5ec7c

Browse files
committed
ci: added lint and docs build to ci
1 parent 15d6271 commit fe5ec7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
restore-keys: |
3535
${{ runner.os }}-node-${{ matrix.node }}
3636
- run: npm ci
37+
- run: npm run lint
3738
- run: npm run test:coverage
39+
- run: npm run build:docs
3840

3941
# with the following action we enforce PRs to have a high coverage
4042
# and ensure, changes are tested well enough so that coverage won't fail

0 commit comments

Comments
 (0)