We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f12ec2 commit b953088Copy full SHA for b953088
1 file changed
.github/workflows/pre-commit.yml
@@ -19,6 +19,17 @@ jobs:
19
post_comment: false
20
fail_on_find: true
21
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
+
33
pre-commit:
34
needs: check-file-sizes
35
runs-on: ubuntu-24.04
0 commit comments