mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-02-14 10:50:44 +01:00
12 lines
332 B
YAML
12 lines
332 B
YAML
language: ruby
|
|
rvm: 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
- gem install danger
|
|
script: ruby .github/osia_get_links.rb
|
|
after_script:
|
|
- awesome_bot check-unique.txt -a 302 -w xbmc/xbmc
|
|
- awesome_bot check-links.txt --allow-dupe -w wheelmap.org,sourceforge,radioparadise
|
|
- awesome_bot check-info.txt -a 403
|
|
- danger
|