mirror of
https://codeberg.org/valpackett/tiddlypwa.git
synced 2025-12-06 02:30:48 -08:00
10 lines
195 B
YAML
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
|