mirror of
https://github.com/egeerardyn/awesome-LaTeX.git
synced 2025-04-19 11:38:05 +02:00
Add whitelist to awesomebot
This commit is contained in:
parent
1256d363f5
commit
6f3208df35
1 changed files with 2 additions and 2 deletions
4
.github/workflows/awesome-bot.yml
vendored
4
.github/workflows/awesome-bot.yml
vendored
|
@ -14,10 +14,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby 2.6
|
||||
uses: actions/setup-ruby@v1
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.x
|
||||
- name: Checks
|
||||
run: |
|
||||
gem install awesome_bot
|
||||
awesome_bot README.md --allow-ssl -a 302,429
|
||||
awesome_bot README.md --allow-ssl -a 302,429 -w https://www.latex-project.org/,https://github.com/sindresorhus/awesome
|
Loading…
Add table
Add a link
Reference in a new issue