Skip to content

Commit

Permalink
ci: added lint and docs build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jan 9, 2024
1 parent 15d6271 commit fe5ec7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
restore-keys: |
${{ runner.os }}-node-${{ matrix.node }}
- run: npm ci
- run: npm run lint
- run: npm run test:coverage
- run: npm run build:docs

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

0 comments on commit fe5ec7c

Please sign in to comment.