labyrinth-frontend/.drone.yml

18 lines
298 B
YAML
Raw Normal View History

2025-01-08 22:23:31 +01:00
kind: pipeline
type: docker
name: default
2025-01-08 22:29:28 +01:00
2025-01-08 22:23:31 +01:00
steps:
- name: install
image: node:20-alpine
commands:
- apk add firefox
- npm run lint
- npm run build
when:
ref:
include:
2025-01-08 22:29:28 +01:00
- refs/head/main
2025-01-08 22:23:31 +01:00
- refs/head/feature/**
- refs/tags/**