nano-service/.woodpecker/.lint.yml

9 lines
125 B
YAML
Raw Normal View History

steps:
2024-01-04 23:01:46 +01:00
lint:
image: denoland/deno:${DENO_VERSION}
commands:
- deno lint
2024-01-04 23:01:46 +01:00
matrix:
DENO_VERSION:
- 1.39.1