nano-service/.woodpecker/.lint.yml

10 lines
147 B
YAML
Raw Normal View History

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