Skip to content

Commit

Permalink
Check documentation links with xrefcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Apr 22, 2024
1 parent 0b0a834 commit ecd292d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ jobs:
run: scripts/release.sh
env:
GH_TOKEN: ${{ github.token }}

# Make sure that all links in Markdown documents are valid
xrefcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

# While this has a Nix build available, it needs to evaluate and build so much
# that I don't think it's worth adding it to the nix-build.
- uses: serokell/xrefcheck-action@v1

0 comments on commit ecd292d

Please sign in to comment.