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