From fb52e03f505fc94437211948f47fae4f232cc42c Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 21 Feb 2026 21:25:34 +0000 Subject: [PATCH] chore: remove duplicate Taskfile.yaml Taskfile.yml has the full config; .yaml was a stale 3-line duplicate. Co-Authored-By: Virgil --- Taskfile.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Taskfile.yaml diff --git a/Taskfile.yaml b/Taskfile.yaml deleted file mode 100644 index cad80c37..00000000 --- a/Taskfile.yaml +++ /dev/null @@ -1,6 +0,0 @@ -version: '3' - -tasks: - build: - cmds: - - go build -o build/bin/core .