mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-18 11:36:09 +00:00
12 lines
374 B
YAML
12 lines
374 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.4
|
|
before_script:
|
|
- gem install awesome_bot
|
|
- gem install mdl
|
|
script:
|
|
# Lint - disable some rules - https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
|
|
- mdl -r ~MD013,~MD029,~MD033 README.md
|
|
# Some URLs could be flaky, try twice in case the first execution fails.
|
|
- bash run_awesome_bot.sh || bash run_awesome_bot.sh
|