Add GitHub Action (#829)

This commit is contained in:
dkhamsing 2020-03-29 16:41:35 -07:00 committed by GitHub
parent d28cf04847
commit ae915f91b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 3 deletions

25
.github/workflows/ruby.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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

View File

@ -344,7 +344,7 @@
"obj-c"
],
"description": "The Linux shell on iOS",
"source": "https://github.com/tbodt/ish",
"source": "https://github.com/ish-app/ish",
"homepage": "https://ish.app",
"screenshots": [
"https://raw.githubusercontent.com/PseudonymPatel/images/master/E0617EC4-E004-4DD0-B642-52BA4A189468.jpeg",
@ -1404,9 +1404,9 @@
"firebase"
],
"description": "Harry Potter themed social network similar to Instagram",
"source": "https://github.com/surayashivji/PotterPics",
"source": "https://github.com/surayashivji/potter-pics",
"screenshots": [
"https://github.com/surayashivji/PotterPics/blob/master/Overview.gif"
"https://github.com/surayashivji/potter-pics/blob/master/Overview.gif"
],
"date_added": "Sun Jan 15 2017",
"suggested_by": "@surayashivji",