diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba6ace1..8555884 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,3 +45,5 @@ jobs: # 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 + with: # The tests directory contains invalid symlinks for testing purposes. + xrefcheck-args: "--ignore tests/*"