ci/cd attempt
parent
0b3e6d7749
commit
198353d6b9
|
@ -0,0 +1,9 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:alpine
|
||||
commands:
|
||||
- pip install isort
|
||||
- isort --check-only --diff --recursive .
|
Loading…
Reference in New Issue