Compare commits

...

6 Commits

Author SHA1 Message Date
0653c4b13c Fix yaml 2022-02-20 17:33:32 +02:00
73e519e3c2 Revert "Mess up indentation"
This reverts commit 077bdcffd4.
2022-02-20 17:32:59 +02:00
077bdcffd4 Mess up indentation
Some checks failed
continuous-integration/drone Build is failing
2022-02-20 17:10:20 +02:00
3f28718d4e Fix lint step
All checks were successful
continuous-integration/drone Build is passing
2022-02-20 16:56:23 +02:00
b7cb6a87b5 Put lint command in own step
Some checks failed
continuous-integration/drone Build is failing
2022-02-20 16:39:34 +02:00
0234af98b3 Add lint command
All checks were successful
continuous-integration/drone Build is passing
2022-02-20 16:03:35 +02:00

View File

@ -4,6 +4,11 @@ type: kubernetes
name: default
steps:
- name: lint
image: python
commands:
- pip install pre_commit
- pre-commit run --all-files
- name: docker
image: plugins/docker
settings: