flaschengeist-frontend/.woodpecker/lint.yml

7 lines
98 B
YAML
Raw Normal View History

2021-12-08 14:17:25 +00:00
pipeline:
lint:
image: node:lts-alpine
commands:
- yarn install
- yarn lint