Skip to content

Commit

Permalink
Implement linkcheck (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
eviau-artefactual authored Mar 1, 2024
1 parent f4780a5 commit cd4fb80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: "Run build test"
run: |
make test
- name: "Linkcheck"
run: |
make linkcheck
lint:
name: "Linting"
runs-on: "ubuntu-22.04"
Expand Down

0 comments on commit cd4fb80

Please sign in to comment.