Skip to content

Commit

Permalink
fix: allow 429 errors (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekth committed May 18, 2020
1 parent 8ae974c commit ce23f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,4 +13,4 @@ jobs:
ruby-version: 2.6.x
- run: |
gem install awesome_bot
awesome_bot README.md --allow-redirect -w https://deno.land/x/,https://deno.land/std/,https://deno.land
awesome_bot README.md --allow 429 --allow-redirect -w https://deno.land/x/,https://deno.land/std/,https://deno.land

0 comments on commit ce23f06

Please sign in to comment.