Debugging CI.
All checks were successful
Linting and tests / Linting (push) Successful in 2m29s

This commit is contained in:
Stanislav Nikitin 2025-09-11 08:22:10 +05:00
parent 8eee602b29
commit 286ce84871
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

@ -32,6 +32,9 @@ tasks:
desc: "Lints whole workspace." desc: "Lints whole workspace."
cmds: cmds:
- golangci-lint run client/... - golangci-lint run client/...
- ls -lah /home/container
- ls -lah /home/container/go
- ls -lah /home/container/golangci-lint
test: test:
desc: "Test whole workspace" desc: "Test whole workspace"