mirror of
https://github.com/rothgar/awesome-tmux.git
synced 2024-12-24 23:09:31 -05:00
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:
parent
d288d904dd
commit
a26603fadf
24
.github/workflows/awesome_bot.yaml
vendored
Normal file
24
.github/workflows/awesome_bot.yaml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user