From abaa8e90b2b91b7e536dfa02030f8d747611d45d Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Tue, 1 Apr 2025 21:09:17 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20'run'=20and=20'fmt'=20comm?= =?UTF-8?q?ands=20to=20Taskfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index f199bd9..d9ee779 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -18,10 +18,14 @@ vars: archs: [386, amd64, arm64] tasks: + run: go run main.go + lint: golangci-lint run build: go build -ldflags "-s -w" -o "dodo" + fmt: gofmt -w -d . + build-all: silent: true cmds: