From 91bc3acb08f2be0dafe7a0042c1ddce2f5199106 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Thu, 11 Sep 2025 09:03:59 +0500 Subject: [PATCH] Remove CI debugging commands. All works now. --- Taskfile.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 5d4c958..23649f4 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -31,10 +31,7 @@ tasks: lint: desc: "Lints whole workspace." cmds: - - golangci-lint run client/... - - ls -lah /home/container - - ls -lah /home/container/go - - ls -lah /home/container/golangci-lint + - golangci-lint run test: desc: "Test whole workspace"