flaschengeist-frontend/.woodpecker/lint.yml

7 lines
98 B
YAML

pipeline:
lint:
image: node:lts-alpine
commands:
- yarn install
- yarn lint