mirror of
https://github.com/rothgar/awesome-tuis.git
synced 2024-11-01 01:11:46 +01:00
23 lines
421 B
YAML
23 lines
421 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: ruby/setup-ruby@v1
|
|
with:
|
|
ruby-version: 2.6
|
|
- name: Checks
|
|
run: |
|
|
gem install awesome_bot
|
|
awesome_bot --allow-redirect --request-delay 1 README.md
|