Skip to content

Commit c7f6994

Browse files
authored
Does not check translations due to file size limit
1 parent 0187f27 commit c7f6994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/links_checker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
## Check out code using Git
1919
- uses: actions/checkout@v3
2020

21-
- name: Check all links at README.md and translations files
21+
- name: Check all links at README.md but skips translations files
2222
id: lychee
2323
uses: lycheeverse/[email protected]
2424
with:
@@ -35,7 +35,7 @@ jobs:
3535
--timeout 20
3636
--max-concurrency 10
3737
--no-progress
38-
README.md translations/*.md
38+
README.md
3939
env:
4040
## Avoid rate limiting when checking github.com links
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)