mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-27 10:14:59 +03:00
Add GitHub Action (#829)
This commit is contained in:
parent
d28cf04847
commit
ae915f91b7
25
.github/workflows/ruby.yml
vendored
Normal file
25
.github/workflows/ruby.yml
vendored
Normal 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
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user