Skip to content

Commit

Permalink
Merge pull request #294 from fox-forks/hyperupcall-ci-exclude-nobotsites
Browse files Browse the repository at this point in the history
ci: Whitelist websites that always fail link check
  • Loading branch information
mjswensen committed Dec 2, 2023
2 parents 8814dc8 + 5dbc99d commit c5c0d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Install awesome_bot
run: gem install awesome_bot
- name: Check links
run: awesome_bot -f README.md --set-timeout 10 --allow-redirect --white-list twitter.com/addyosmani,github.com/sindresorhus/awesome --skip-save-results
run: awesome_bot -f README.md --set-timeout 10 --allow-redirect --white-list twitter.com/addyosmani,github.com/sindresorhus/awesome,messages.google.com/web,trivago.com,udemy.com --skip-save-results

0 comments on commit c5c0d78

Please sign in to comment.