nano-service/.woodpecker/.lint.yml
qpismont 7d91f9b61f
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
upgrade to deno 1.39.2 + add npm install in build ci job
2024-01-05 13:35:00 +01:00

9 lines
No EOL
125 B
YAML

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