From 29fc89d38038f8e6c545281d57896cac562d5e41 Mon Sep 17 00:00:00 2001 From: Will Bush Date: Mon, 30 Dec 2024 19:23:23 -0600 Subject: [PATCH] workflows: fix xrefcheck detection on invalid symlinks in tests dir Invalid symlinks are there on purpose for testing. --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba6ace1..a853297 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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