From 74490384691a8637509b1dfafb8bebbe81fa57c3 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Tue, 10 May 2022 14:18:59 -0700 Subject: [PATCH] Add awesome bot action --- .github/workflows/awesome_bot.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/awesome_bot.yaml diff --git a/.github/workflows/awesome_bot.yaml b/.github/workflows/awesome_bot.yaml new file mode 100644 index 0000000..5088b21 --- /dev/null +++ b/.github/workflows/awesome_bot.yaml @@ -0,0 +1,23 @@ +name: Ruby + +on: + push: + branches: [ '*' ] + pull_request: + branches: [ '*' ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up Ruby 2.6 + uses: actions/setup-ruby@v1 + with: + ruby-version: 2.6.x + - name: Checks + run: | + gem install awesome_bot + awesome_bot --allow-redirect --request-delay 1 README.md \ No newline at end of file