site-backend/.woodpecker/.lint.yml

10 lines
149 B
YAML
Raw Normal View History

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