Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
- *setup-node
- *install-node-packages

- name: Run License Checks
run: npm run test:license
Comment thread
danleh marked this conversation as resolved.

- 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