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
  • Loading branch information
infinisil authored Dec 31, 2024
2 parents f1413d6 + 29fc89d commit 2cd762c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ 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: # Invalid symlinks for testing purposes.
xrefcheck-args: >
--ignore tests/symlink-invalid/pkgs/by-name/fo/foo/foo
--ignore tests/multiple-failures/pkgs/by-name/A/fo@/foo

0 comments on commit 2cd762c

Please sign in to comment.