Skip to content

Commit

Permalink
ci: improve lint checking CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jan 28, 2024
1 parent be6b685 commit ac9e7e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 403 --allow-redirect --white-list github.com/rickstaa/awesome-adsb,adsb.lol ${{ matrix.files }}
run: awesome_bot --allow 403 --allow-redirect --allow-dupe ${{ matrix.files }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
# IDE
.vscode
*.code-workspace

# Awesome CI
ab-results-*

0 comments on commit ac9e7e8

Please sign in to comment.