forked from jwasham/coding-interview-university
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Does not check translations due to file size limit
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
## Check out code using Git | ||
- 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 | ||
uses: lycheeverse/[email protected] | ||
with: | ||
|
@@ -35,7 +35,7 @@ jobs: | |
--timeout 20 | ||
--max-concurrency 10 | ||
--no-progress | ||
README.md translations/*.md | ||
README.md | ||
env: | ||
## Avoid rate limiting when checking github.com links | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|