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"