mirror of
https://github.com/rothgar/awesome-tuis.git
synced 2024-12-26 09:58:35 +01:00
Add awesome bot action
This commit is contained in:
parent
c8e2b69d7a
commit
7449038469
1 changed files with 23 additions and 0 deletions
23
.github/workflows/awesome_bot.yaml
vendored
Normal file
23
.github/workflows/awesome_bot.yaml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
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: |
|
||||||
|
gem install awesome_bot
|
||||||
|
awesome_bot --allow-redirect --request-delay 1 README.md
|
Loading…
Reference in a new issue