We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a4dd5 commit c77698dCopy full SHA for c77698d
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 patterns/ -r
+ args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com|https://github.com/rcs/rcs-viewer/pull/81" README.md patterns/ -r
17
- name: Fail if there were link errors
18
run: exit ${{ steps.lc.outputs.exit_code }}
0 commit comments