From 3fe71b0fbe175286ed2e21dc865e2fbaf602cf81 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 | 2 ++ 1 file changed, 2 insertions(+) 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/*"