2
0
Fork 0
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:
Thomas Versteeg 2023-10-05 12:43:10 +00:00 committed by GitHub
parent dd78c44610
commit 903b551ea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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