Skip to content

Commit b953088

Browse files
committed
[CI] Integrate lychee action for links availability checks
1 parent 1f12ec2 commit b953088

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ jobs:
1919
post_comment: false
2020
fail_on_find: true
2121

22+
link-check:
23+
if: github.repository == 'learning-process/parallel_programming_course'
24+
runs-on: ubuntu-24.04
25+
steps:
26+
- uses: actions/checkout@v6
27+
- name: Check links
28+
uses: lycheeverse/lychee-action@v2
29+
with:
30+
fail: true
31+
failIfEmpty: false
32+
2233
pre-commit:
2334
needs: check-file-sizes
2435
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)