Skip to content

Commit 24d50b4

Browse files
committed
Adds docs deadlinks check on CI
1 parent f61e44d commit 24d50b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,11 @@ jobs:
9292
DEFAULT_BRANCH: master
9393
# Not needed here as only one Linter is used.
9494
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95+
96+
deadlinks:
97+
runs-on: ubuntu-latest
98+
steps:
99+
- uses: actions/checkout@v2
100+
- name: Checks dead doc links
101+
run: cargo install cargo-deadlinks
102+
run: cargo deadlinks

0 commit comments

Comments
 (0)