Skip to content

Update README.md (#59) #27

Update README.md (#59)

Update README.md (#59) #27

Workflow file for this run

name: Awesome Bot
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 README.md --allow-ssl --allow-redirect