1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-02-01 19:16:48 +01:00

26 lines
502 B
YAML
Raw Normal View History

2020-03-29 16:41:35 -07:00
name: Ruby
on:
push:
branches: [ '*' ]
2020-03-29 16:41:35 -07:00
pull_request:
branches: [ '*' ]
2020-03-29 16:41:35 -07:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
2020-03-29 16:41:35 -07:00
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
2020-03-29 16:41:35 -07:00
with:
ruby-version: '2.6'
2020-03-29 16:41:35 -07:00
- name: Checks
run: |
ruby .github/osia_convert.rb
gem install awesome_bot
ruby .github/osia_get_links.rb
2023-01-28 09:08:12 -08:00
awesome_bot check-unique.txt --allow-ssl -a 302,429,502 -w xbmc/xbmc,swiftui/fruta