From 286ce848711d4b15fa360e63950227591ee316b5 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Thu, 11 Sep 2025 08:22:10 +0500 Subject: [PATCH] Debugging CI. --- Taskfile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 328263e..5d4c958 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -32,6 +32,9 @@ tasks: desc: "Lints whole workspace." cmds: - golangci-lint run client/... + - ls -lah /home/container + - ls -lah /home/container/go + - ls -lah /home/container/golangci-lint test: desc: "Test whole workspace"