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 b6feddc commit 06490e1Copy full SHA for 06490e1
.github/workflows/ci-linkchecks.yml
@@ -17,8 +17,8 @@ jobs:
17
id: lychee
18
uses: lycheeverse/lychee-action@v2
19
with:
20
- fail: false
21
- args: "--verbose './docs/**/*.rst' './docs/**/*.inc'"
+ fail: true
+ args: "--verbose './docs/**/*.rst' './docs/**/*.inc' './lib/**/*.py'"
22
23
- name: Create Issue From File
24
if: steps.lychee.outputs.exit_code != 0
0 commit comments