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