mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-18 03:26:10 +00:00
f9ef44ef9b
Also, disable multiple failing URLs
7 lines
172 B
Makefile
7 lines
172 B
Makefile
lint:
|
|
mdl -r ~MD013,~MD029,~MD033 README.md
|
|
|
|
test:
|
|
# Some URLs could be flaky, try twice in case the first execution fails.
|
|
./run_awesome_bot.sh || ./run_awesome_bot.sh
|