From d0c18a1d00ae45ba3698222f434c3acf667f2059 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 17 Aug 2025 12:35:25 +0100 Subject: [PATCH] Add default task --- Taskfile.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 6cca52f..7b5ae16 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -1,5 +1,10 @@ version: 3 tasks: + default: + deps: + - python:tests + - python:lint + python:tests: desc: Run Python tests cmds: