Sacha Ligthert hace 1 año
padre
commit
e357e365de
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      Taskfile.yml

+ 4 - 0
Taskfile.yml

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