浏览代码

Add linting step to CI

Getty Ritter 4 年之前
父节点
当前提交
e9577b0ed4
共有 1 个文件被更改,包括 5 次插入0 次删除
  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: