mirror of
https://github.com/jwasham/coding-interview-university.git
synced 2025-07-08 23:11:13 +08:00
Does not check translations due to file size limit
This commit is contained in:
4
.github/workflows/links_checker.yml
vendored
4
.github/workflows/links_checker.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
## Check out code using Git
|
## Check out code using Git
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Check all links at README.md and translations files
|
- name: Check all links at README.md but skips translations files
|
||||||
id: lychee
|
id: lychee
|
||||||
uses: lycheeverse/lychee-action@v1.4.1
|
uses: lycheeverse/lychee-action@v1.4.1
|
||||||
with:
|
with:
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
--timeout 20
|
--timeout 20
|
||||||
--max-concurrency 10
|
--max-concurrency 10
|
||||||
--no-progress
|
--no-progress
|
||||||
README.md translations/*.md
|
README.md
|
||||||
env:
|
env:
|
||||||
## Avoid rate limiting when checking github.com links
|
## Avoid rate limiting when checking github.com links
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user