tiddlypwa/.woodpecker.yml
2023-07-19 02:26:25 -03:00

10 lines
195 B
YAML

pipeline:
test:
image: denoland/deno:alpine-1.35.1
commands:
- deno test
- deno fmt --check
client:
image: node:20-alpine
commands:
- npx tiddlywiki@5.3.0 --build