Skip to content

Commit b2fbebb

Browse files
authored
Merge pull request #104 from pp-mo/linkcheck_testing
Linkcheck testing
2 parents b6feddc + 06490e1 commit b2fbebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-linkchecks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
id: lychee
1818
uses: lycheeverse/lychee-action@v2
1919
with:
20-
fail: false
21-
args: "--verbose './docs/**/*.rst' './docs/**/*.inc'"
20+
fail: true
21+
args: "--verbose './docs/**/*.rst' './docs/**/*.inc' './lib/**/*.py'"
2222

2323
- name: Create Issue From File
2424
if: steps.lychee.outputs.exit_code != 0

0 commit comments

Comments
 (0)