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