Skip to content

Commit

Permalink
fix: workaround for false positives in linter
Browse files Browse the repository at this point in the history
The awesome bot gets 403 in pages that block
scarpers
  • Loading branch information
sellisd committed Jan 20, 2025
1 parent e620f77 commit 494d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: "install awesome-bot"
run: gem install awesome_bot
- name: "linting: ${{ matrix.files }}"
run: awesome_bot --allow-redirect ${{ matrix.files }}
run: awesome_bot --allow 403 --allow-redirect ${{ matrix.files }}

0 comments on commit 494d85c

Please sign in to comment.