master v0.0.1
Drake 1 year ago
parent 8b331edc54
commit 7476f311a5

@ -0,0 +1,9 @@
pipeline:
test:
image: denoland/deno:alpine
commands:
- deno test -A --unstable tests/index.ts
lint:
image: denoland/deno:alpine
commands:
- deno lint
Loading…
Cancel
Save