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:
Stanislav Nikitin 2025-09-11 02:10:40 +05:00
parent fb2371f187
commit fbb3733375
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

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