Skip to content

Commit

Permalink
Does not check translations due to file size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasham authored Aug 1, 2022
1 parent 0187f27 commit c7f6994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/links_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit c7f6994

Please sign in to comment.