trepa/.woodpecker/.lint.yml

11 lines
124 B
YAML
Raw Permalink Normal View History

2024-12-30 20:48:29 +01:00
when:
event: [push]
steps:
lint:
image: oven/bun:1.1.42-slim
commands:
- bun install
- bun run ci