Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
- name: Run License Checks
run: npm run test:license

- name: Run in-depth.html validation
run: npm run test:in-depth

- name: Run Build
run: |
if ${{ github.event_name == 'pull_request' }}; then
Expand Down
Loading
Loading