nano-service/.woodpecker/.lint.yml
qpismont 7fb3f19df7
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
fix nats unit test connection + fix lint CI job
2024-01-04 23:06:31 +01:00

9 lines
No EOL
125 B
YAML

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