openlp/.woodpecker/.lint.yml
Raoul Snyman e53f7d42b8
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/deploy unknown status
Move to multi-pipeline approach
2022-05-03 14:24:28 -07:00

17 lines
281 B
YAML

pipeline:
lint-python:
group: lint
image: openlp/debian
pull: true
commands:
- sh scripts/generate_resources.sh
- flake8
lint-javascript:
group: lint
image: openlp/angular
pull: true
commands:
- yarn install
- yarn lint