nano-service/.woodpecker/.lint.yml

11 lines
124 B
YAML
Raw Permalink Normal View History

2024-02-08 20:21:58 +01:00
when:
event: [push]
steps:
2024-01-04 23:01:46 +01:00
lint:
2024-05-27 18:54:16 +02:00
image: oven/bun:1.1.10-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