2016-08-15 20:20:26 +03:00
|
|
|
language: ruby
|
2019-03-20 17:33:46 +03:00
|
|
|
rvm: 2.4.1
|
2016-08-15 23:28:09 +03:00
|
|
|
before_script:
|
|
|
|
- gem install awesome_bot
|
|
|
|
- gem install danger
|
2016-08-15 23:40:50 +03:00
|
|
|
script:
|
|
|
|
- ruby .github/osia_get_links.rb
|
2016-12-07 18:28:47 +03:00
|
|
|
- awesome_bot check-unique.txt --allow-ssl -a 302 -w xbmc/xbmc,Cherry/master,preyproject
|
2018-07-14 23:40:21 +03:00
|
|
|
- awesome_bot check-links.txt --allow-ssl -a 403 --allow-dupe -w wheelmap.org,sourceforge,radioparadise,iltofa,douban,preyproject,laravel-china,susi.ai,pastebin
|
2016-08-15 23:40:50 +03:00
|
|
|
after_script:
|
2016-08-15 23:28:09 +03:00
|
|
|
- awesome_bot check-info.txt -a 403
|
|
|
|
- danger
|