nano-service/.woodpecker/.lint.yml

10 lines
144 B
YAML
Raw Normal View History

steps:
2024-01-04 23:01:46 +01:00
lint:
2024-01-30 21:50:19 +01:00
image: oven/bun:${BUN_VERSION}-slim
2024-01-04 23:01:46 +01:00
commands:
2024-01-30 21:50:19 +01:00
- bun install
- bun run ci
2024-01-04 23:01:46 +01:00
matrix:
2024-01-30 21:50:19 +01:00
BUN_VERSION:
- 1.0.25