flaschengeist-pricelist/.woodpecker/.lint.yml

10 lines
139 B
YAML
Raw Permalink Normal View History

2021-12-13 19:34:23 +00:00
pipeline:
lint:
when:
branch: [main, develop]
image: node:lts-alpine
commands:
- yarn install
- yarn lint