@@ -0,0 +1,11 @@
|
||||
when:
|
||||
- event: push
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: alpine
|
||||
commands:
|
||||
- export PATH=$PATH:/root/.local/bin
|
||||
- apk add --no-cache make pipx
|
||||
- make setup
|
||||
- make lint
|
||||
Reference in New Issue
Block a user