mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2025-02-19 12:58:24 +00:00
Update link checker
Ignore 429 response codes.
This commit is contained in:
parent
dd78c44610
commit
903b551ea4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
with:
|
||||
args: "--cache --max-cache-age 1d ."
|
||||
args: "--cache --max-cache-age 1d -a 429 ."
|
||||
|
||||
- name: Create issue from file
|
||||
if: env.lychee_exit_code != 0
|
||||
|
|
Loading…
Add table
Reference in a new issue