mirror of
https://github.com/rothgar/awesome-tmux.git
synced 2024-12-18 20:24:34 -05:00
a26603fadf
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>
25 lines
405 B
YAML
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
|