Skip to content

Commit

Permalink
awesome-bot (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix authored Nov 29, 2021
1 parent adee452 commit 611b8ee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/awesome-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
pull_request:
push:
schedule:
- cron: '0 0 * * *'

name: AsesomeBot
jobs:
check:
runs-on: ubuntu-latest
env:
ASESOME_BOT_OPTION: --allow-redirect --allow-ssl --allow-dupe -t 60
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: install
run: gem install awesome_bot
- name: check
run: |
awesome_bot README.md "${ASESOME_BOT_OPTION}"

0 comments on commit 611b8ee

Please sign in to comment.