when:
branch: main
steps:
lint:
image: denoland/deno:1.39.2
commands:
- deno task publish
depends_on:
- lint
- build
- test