mirror of
https://github.com/rothgar/awesome-tmux.git
synced 2024-10-01 01:25:43 -04:00
24 lines
401 B
YAML
24 lines
401 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.10
|
|
- name: Checks
|
|
run: |
|
|
gem install awesome_bot
|
|
awesome_bot --allow-redirect --request-delay 1 README.md
|