site-backend/.woodpecker/.lint.yml

10 lines
149 B
YAML
Raw Permalink Normal View History

2022-04-02 21:02:15 +02:00
platform: 'linux/amd64'
2023-05-01 09:14:13 +02:00
branches:
2023-05-01 09:13:15 +02:00
exclude: [main]
2022-04-02 21:02:15 +02:00
pipeline:
lint:
image: 'rustlang/rust:nightly'
commands:
- cargo fmt -- --check