From 090ee30ba33e2970051ac47c2cade11a39464400 Mon Sep 17 00:00:00 2001 From: Prad N Date: Fri, 7 Mar 2025 14:38:51 -0500 Subject: [PATCH] feat: enable task management with Taskfile --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yml b/Taskfile.yml index c18f91994..6cb1fe633 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,3 +1,4 @@ +# version: '3' includes: buf: .github/taskfiles/Buf.yml