Gotta check those links. (#44)

This is an easy way to check the links to make sure they are valid with
each pull-request and push.

Signed-off-by: JJ Asghar <jjasghar@gmail.com>
This commit is contained in:
JJ Asghar 2021-01-14 23:51:16 -06:00 committed by GitHub
parent d288d904dd
commit a26603fadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/workflows/awesome_bot.yaml vendored Normal file
View File

@ -0,0 +1,24 @@
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: |
ruby .github/osia_convert.rb
gem install awesome_bot
awesome_bot README.md