We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d399b6d commit 264207cCopy full SHA for 264207c
1 file changed
.github/workflows/main.yml
@@ -13,6 +13,6 @@ jobs:
13
id: lc
14
uses: peter-evans/link-checker@v1
15
with:
16
- args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com" README.md -r patterns/2-structured/* -r patterns/3-validated/* -r patterns/1-initial/*
+ args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com" README.md patterns/ -r
17
- name: Fail if there were link errors
18
run: exit ${{ steps.lc.outputs.exit_code }}
0 commit comments