We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb98d3 commit 76cc52aCopy full SHA for 76cc52a
1 file changed
.github/workflows/websiteChecker.yml
@@ -42,7 +42,7 @@ jobs:
42
curl ${{ github.event.inputs.websiteurl }} -s -f -o /dev/null
43
- name: Execute Link Check
44
run: >
45
- linkchecker -r 2 --check-extern --no-status -f
+ linkchecker -r 2 --check-extern --no-status --ignore-url=[@] --ignore-url=r"^(?!.*http).*html.*$" -f
46
./IGPageContentValidator/linkcheckerrc ${{ github.event.inputs.websiteurl }} || test $? = 1;
47
job3:
48
name: spell checker
0 commit comments