Skip to content

Commit 264207c

Browse files
committed
fix syntax for recursive link check
1 parent d399b6d commit 264207c

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 -r patterns/2-structured/* -r patterns/3-validated/* -r patterns/1-initial/*
16+
args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com" 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)