steps:
lint:
image: denoland/deno:${DENO_VERSION}
commands:
- deno lint
matrix:
DENO_VERSION:
- 1.39.2