diff --git a/.drone.yml b/.drone.yml index 5a13862..a280f89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,10 @@ type: kubernetes name: default steps: +- name: lint + image: ubuntu + commands: + - sh "pre-commit run --all-files" - name: docker image: plugins/docker settings: @@ -15,4 +19,3 @@ steps: password: from_secret: docker_password commands: - - sh "pre-commit run --all-files"