@@ -11,3 +11,7 @@ tasks:
cmds:
- pre-commit run --all
silent: true
+ lint:
+ cmds:
+ - golangci-lint run
+ silent: true