Skip to content

Commit d2d1685

Browse files
committed
Limit the number of threads
1 parent 08c2272 commit d2d1685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
pipx install linkchecker
1818
- name: Analysing the links of the website
1919
run: |
20-
linkchecker --config=.linkcheckerrc --check-extern https://cexa-project.org
20+
linkchecker --config=.linkcheckerrc --threads=4 --check-extern https://cexa-project.org

0 commit comments

Comments
 (0)