|
|
|
@ -0,0 +1,23 @@ |
|
|
|
--- |
|
|
|
pipeline: |
|
|
|
lint-shell: |
|
|
|
image: sevoid/linter:latest |
|
|
|
group: lint |
|
|
|
commands: |
|
|
|
- bash ./.ci/lint-shell.sh |
|
|
|
|
|
|
|
lint-yaml: |
|
|
|
image: sevoid/linter:latest |
|
|
|
group: lint |
|
|
|
commands: |
|
|
|
- bash ./.ci/lint-yaml.sh |
|
|
|
|
|
|
|
lint-python: |
|
|
|
image: sevoid/linter:latest |
|
|
|
group: lint |
|
|
|
commands: |
|
|
|
- bash ./.ci/lint-python.sh |
|
|
|
|
|
|
|
branches: |
|
|
|
exlude: [ master ] |
|
|
|
# vim:set syntax=yaml ts=2 sw=2 et: |