Update mChat #1963
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ruby | |
on: | |
push: | |
branches: [ '*' ] | |
pull_request: | |
branches: [ '*' ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Ruby 2.6 | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: '2.6' | |
- 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,502 -w xbmc/xbmc,swiftui/fruta |