mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2025-02-07 07:22:18 +00:00
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
|