Explorar el Código

Add linting step to CI

Getty Ritter hace 4 años
padre
commit
e9577b0ed4
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      .drone.yml

+ 5 - 0
.drone.yml

@@ -18,6 +18,11 @@ steps:
   commands:
   - inv tc
 
+- name: lint
+  image: gdritter/lament-configuration-env:latest
+  commands:
+  - inv lint
+
 - name: test
   image: gdritter/lament-configuration-env:latest
   commands: