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.
1 parent 04dd041 commit 15f10bcCopy full SHA for 15f10bc
.github/workflows/main.yml
@@ -18,6 +18,6 @@ jobs:
18
uses: lycheeverse/lychee-action@v1
19
id: lc
20
with:
21
- args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com|https://github.com/rcs/rcs-viewer/pull/81|fearlesschangepatterns.com" README.md patterns/ -r
+ args: -v -b . --exclude "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com|https://github.com/rcs/rcs-viewer/pull/81|fearlesschangepatterns.com" README.md patterns/**/*.md
22
- name: Fail if there were link errors
23
run: exit ${{ steps.lc.outputs.exit_code }}
0 commit comments