Remove CI debugging commands. All works now.
All checks were successful
Linting and tests / Linting (push) Successful in 5s

This commit is contained in:
2025-09-11 09:03:59 +05:00
parent 4d5c2d8f18
commit 91bc3acb08

View File

@@ -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"