We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff49004 + 5792f49 commit ca14b2eCopy full SHA for ca14b2e
.github/workflows/main.yml
@@ -12,6 +12,6 @@ jobs:
12
id: lc
13
uses: peter-evans/link-checker@v1
14
with:
15
- args: -v -d . -x http://creativecommons.org/licenses README.md
+ args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com" README.md
16
- name: Fail if there were link errors
17
run: exit ${{ steps.lc.outputs.exit_code }}
0 commit comments