Skip to content

Commit c77698d

Browse files
committed
excluding https://github.com/rcs/rcs-viewer/pull/81 from link checker
1 parent 61a4dd5 commit c77698d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
id: lc
1414
uses: peter-evans/link-checker@v1
1515
with:
16-
args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com" README.md patterns/ -r
16+
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
1717
- name: Fail if there were link errors
1818
run: exit ${{ steps.lc.outputs.exit_code }}

0 commit comments

Comments
 (0)