affluence/.woodpecker/lint.yml

12 lines
175 B
YAML
Raw Normal View History

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