26 lines
487 B
YAML
26 lines
487 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
|
|
ruby .github/osia_get_links.rb
|
|
awesome_bot check-unique.txt --allow-ssl -a 302,429 -w xbmc/xbmc
|