13 lines
No EOL
149 B
YAML
13 lines
No EOL
149 B
YAML
when:
|
|
branch: main
|
|
|
|
steps:
|
|
lint:
|
|
image: denoland/deno:1.39.1
|
|
commands:
|
|
- deno task publish
|
|
|
|
depends_on:
|
|
- lint
|
|
- build
|
|
- test |