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 19, 2024
1 parent 21f58a3 commit ccd2427
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 @@ -38,6 +38,16 @@ jobs:
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

test-update:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ccd2427

Please sign in to comment.