mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-28 02:40:11 +00:00
12 lines
144 B
YAML
12 lines
144 B
YAML
kind: pipeline
|
|
name: default
|
|
type: docker
|
|
|
|
steps:
|
|
|
|
- name: test
|
|
image: node:alpine
|
|
commands:
|
|
- apk -q add yarn
|
|
- yarn compile
|