10
0

Compare commits

...
This repository has been archived on 2025-04-18. You can view files and clone it, but cannot push or open issues or pull requests.

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 077bdcffd40b697f33610352080795b4056fefdc.
2022-02-20 17:32:59 +02:00
077bdcffd4 Mess up indentation 2022-02-20 17:10:20 +02:00
3f28718d4e Fix lint step 2022-02-20 16:56:23 +02:00
b7cb6a87b5 Put lint command in own step 2022-02-20 16:39:34 +02:00
0234af98b3 Add lint command 2022-02-20 16:03:35 +02:00

@ -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: