rieter/.woodpecker/lint.yml

14 lines
205 B
YAML

platform: 'linux/amd64'
when:
branch:
exclude: [main]
event: push
steps:
lint:
image: 'rust:1.70-alpine3.18'
commands:
- rustup component add rustfmt
- cargo fmt -- --check