Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jul 9, 2024
1 parent b62c061 commit d5b4e23
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/linkchecker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ runs:
URL="${{ inputs.url }}"
go() {
nix develop --no-warn-dirty --accept-flake-config --command \
linkchecker --no-warnings --check-extern --output failures "${URL}" "${IGNORE_URLS[@]}"
}
nix develop --no-warn-dirty --accept-flake-config --command go
if [ $? -ne 0 ]; then
echo "${URL} has broken links, see output above"
Expand Down

0 comments on commit d5b4e23

Please sign in to comment.