flaschengeist-frontend/.woodpecker/lint.yml

17 lines
245 B
YAML

pipeline:
build:
image: node:lts-alpine
commands:
- yarn install
lint:
image: node:lts-alpine
commands:
- yarn lint
build:
image: node:lts-alpine
commands:
- yarn build
branches: [main, develop]