From d995b27f0440ab3179dd15f6f2ccfa558498f630 Mon Sep 17 00:00:00 2001 From: sbp-bvanb Date: Mon, 28 Oct 2024 08:25:58 +0100 Subject: [PATCH] fix: [#100] Prevent code duplication by using a Taskfile --- Taskfile.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Taskfile.yml diff --git a/Taskfile.yml b/Taskfile.yml new file mode 100644 index 0000000..4bb8869 --- /dev/null +++ b/Taskfile.yml @@ -0,0 +1,8 @@ +--- +version: "3" + +tasks: + lint: + silent: true + cmds: + - echo "Hello from the remote Taskfile!"