Skip to content

Commit

Permalink
workflows: fix xrefcheck detection on invalid symlinks in tests dir
Browse files Browse the repository at this point in the history
Invalid symlinks are there on purpose for testing.
  • Loading branch information
willbush committed Dec 31, 2024
1 parent f1413d6 commit 2f3b7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2f3b7ef

Please sign in to comment.