kollagen/.gitlab-ci.yml

17 lines
227 B
YAML
Raw Normal View History

2021-09-15 21:22:18 +02:00
lint:
stage: test
image: denoland/deno:latest
script:
- cd cli
- make lint
build:
stage: build
image: denoland/deno:latest
script:
- cd cli
- make build
artifacts:
paths:
- cli/kollagen