diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9caf43a --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +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