affluence/.woodpecker/lint.yml

12 lines
175 B
YAML
Raw Permalink Normal View History

2023-05-13 10:12:25 +02:00
platform: 'linux/amd64'
branches:
exclude: [main]
pipeline:
lint:
2024-02-15 14:07:06 +01:00
image: 'rust:1.76'
2023-05-13 10:12:25 +02:00
commands:
2023-05-13 13:10:24 +02:00
- rustup component add rustfmt
2023-05-13 10:12:25 +02:00
- cargo fmt -- --check