12 lines
194 B
YAML
12 lines
194 B
YAML
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
|