mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-18 11:36:09 +00:00
7 lines
178 B
Makefile
7 lines
178 B
Makefile
|
lint:
|
||
|
mdl -r ~MD013,~MD029,~MD033 README.md
|
||
|
|
||
|
test:
|
||
|
# Some URLs could be flaky, try twice in case the first execution fails.
|
||
|
bash run_awesome_bot.sh || bash run_awesome_bot.sh
|