diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2db5ef..da94cd6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: