From 87a04dcd590dc7d4a10a0b926fb698177e2c39df Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Wed, 16 Dec 2020 20:41:26 +0530 Subject: [PATCH] Add Makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile 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