awesome-tmux/.github/workflows/awesome_bot.yaml
JJ Asghar a26603fadf
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>
2021-01-14 21:51:16 -08:00

25 lines
405 B
YAML

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