From 611b8eef633e47bc630d6c7aebf72eb5e5a68f17 Mon Sep 17 00:00:00 2001 From: srz_zumix Date: Mon, 29 Nov 2021 10:59:20 +0900 Subject: [PATCH] awesome-bot (#72) --- .github/workflows/awesome-bot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/awesome-bot.yml diff --git a/.github/workflows/awesome-bot.yml b/.github/workflows/awesome-bot.yml new file mode 100644 index 0000000..ff74759 --- /dev/null +++ b/.github/workflows/awesome-bot.yml @@ -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}"