Linting task target.
Some checks failed
Linting and tests / Tests (push) Failing after 4s
Linting and tests / Linting (push) Failing after 1m2s

This commit is contained in:
2025-09-11 02:10:40 +05:00
parent fb2371f187
commit fbb3733375

View File

@@ -27,3 +27,8 @@ tasks:
internal: true
cmds:
- mkdir -p .build
lint:
desc: "Lints whole workspace."
cmds:
- golangci-lint run client/...