GolangTemplate/Taskfile.dist.yml
skeris f235456d97
Some checks failed
Deploy / CreateImage (push) Failing after 24s
Deploy / DeployService (push) Has been skipped
add workflow dir and taskfile
2024-11-18 01:02:19 +03:00

11 lines
281 B
YAML

version: "3"
tasks:
update-linter:
cmds:
- go get -u gitea.pena/PenaSide/linters-golang.git
lint:
cmds:
- task: update-linter
- cmd: golangci-lint run -v -c $(go list -f '{{"{{"}}.Dir{{"}}"}}' -m gitea.pena/PenaSide/linters-golang.git)/.golangci.yml