rieter/.woodpecker/lint.yml

13 lines
210 B
YAML
Raw Normal View History

2023-07-31 18:21:34 +02:00
platform: 'linux/amd64'
2023-08-13 20:24:34 +02:00
when:
branch:
exclude: [main]
event: push
2023-07-31 18:21:34 +02:00
2023-08-13 20:24:34 +02:00
steps:
2023-07-31 18:21:34 +02:00
lint:
2024-07-07 13:30:12 +02:00
image: 'git.rustybever.be/chewing_bever/rieter-builder:1.79-alpine3.19'
2023-07-31 18:21:34 +02:00
commands:
- cargo fmt -- --check