1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-27 08:51:27 +01:00

13 lines
358 B
YAML
Raw Normal View History

2016-08-15 10:20:26 -07:00
language: ruby
2019-03-20 17:33:46 +03:00
rvm: 2.4.1
2016-08-15 13:28:09 -07:00
before_script:
- gem install awesome_bot
- gem install danger
2016-08-15 13:40:50 -07:00
script:
- ruby .github/osia_get_links.rb
2020-04-02 08:51:00 -07:00
- awesome_bot check-unique.txt --allow-ssl -a 302,429 -w xbmc/xbmc
2020-05-18 08:54:25 -07:00
- awesome_bot check-links.txt --allow-ssl -a 403,429 --allow-dupe -w stepik,cozy.io
2016-08-15 13:40:50 -07:00
after_script:
2020-04-02 08:51:00 -07:00
- awesome_bot check-info.txt -a 403,429
2016-08-15 13:28:09 -07:00
- danger