switch-to-deno #1

Merged
qpismont merged 12 commits from switch-to-deno into main 2024-01-25 22:01:26 +01:00
2 changed files with 18 additions and 0 deletions
Showing only changes of commit 7dc500e901 - Show all commits

5
.woodpecker/.build.yml Normal file
View file

@ -0,0 +1,5 @@
steps:
lint:
image: denoland/deno:1.39.1
commands:
- deno task build

13
.woodpecker/.publish.yml Normal file
View file

@ -0,0 +1,13 @@
when:
branch: main
steps:
lint:
image: denoland/deno:1.39.1
commands:
- deno task publish
depends_on:
- lint
- build
- test