kollagen/.gitlab-ci.yml

17 lines
227 B
YAML

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