Skip to content

Commit

Permalink
Update links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn authored Oct 26, 2024
1 parent 43ada26 commit 7033c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Links
shell: bash
run: |
if [[ $(cat lychee/out.md | grep -Fe '* [' | grep -vFe '* [429] [https://www.npmjs.com/package/' -e '* [403] [https://www.iconfinder.com/' -e '* [403] [https://www.shutterstock.com/' -e '* [403] [https://www.pixiv.net/' -e '* [ERROR] [https://www.pixiv.net/' -e '* [ERROR] [https://www.adobe.com/]' -e '* [TIMEOUT] [https://www.adobe.com/]' -e '* [TIMEOUT] [https://web.archive.org/web/' -e '* [ERROR] [https://www.npmjs.com/package/' -e '* [503] [https://www.npmjs.com/package/' -e '* [500] [https://www.npmjs.com/package/' | tee /dev/stderr | head -c1 | wc -c) -ne 0 ]]
if [[ $(cat lychee/out.md | grep -Fe '* [' | grep -vFe '* [429] [https://www.npmjs.com/package/' -e '* [403] [https://www.iconfinder.com/' -e '* [403] [https://www.shutterstock.com/' -e '* [403] [https://www.pixiv.net/' -e '* [ERROR] [https://www.pixiv.net/' -e '* [ERROR] [https://www.adobe.com/]' -e '* [TIMEOUT] [https://www.adobe.com/]' -e '* [TIMEOUT] [https://web.archive.org/web/' -e '* [ERROR] [https://www.npmjs.com/package/' -e '* [408] [https://www.npmjs.com/package/' -e '* [500] [https://www.npmjs.com/package/' -e '* [503] [https://www.npmjs.com/package/' | tee /dev/stderr | head -c1 | wc -c) -ne 0 ]]
then exit 1
fi
rm -r lychee/
Expand Down

0 comments on commit 7033c2a

Please sign in to comment.