Ver código fonte

Add linting step to CI

Getty Ritter 4 anos atrás
pai
commit
e9577b0ed4
1 arquivos alterados com 5 adições e 0 exclusões
  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: