chore: add woodpecker config
This commit is contained in:
parent
826565dbae
commit
ec64638159
3 changed files with 40 additions and 0 deletions
11
.woodpecker/lint.yml
Normal file
11
.woodpecker/lint.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
platform: 'linux/amd64'
|
||||
|
||||
branches:
|
||||
exclude: [main]
|
||||
|
||||
pipeline:
|
||||
lint:
|
||||
image: 'rust:1.70'
|
||||
commands:
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt -- --check
|
||||
Loading…
Add table
Add a link
Reference in a new issue