Browse Source

Add linting step to CI

Getty Ritter 3 years ago
parent
commit
e9577b0ed4
1 changed files with 5 additions and 0 deletions
  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: