Parcourir la source

Add linting step to CI

Getty Ritter il y a 4 ans
Parent
commit
e9577b0ed4
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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: