add woodpecker config
This commit is contained in:
parent
6d967f5eae
commit
4a19470712
1 changed files with 9 additions and 0 deletions
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- rustup component add rustfmt clippy
|
||||||
|
- cargo --version
|
||||||
|
- cargo fmt --check
|
||||||
|
- cargo clippy --fix -- -Dwarnings -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used
|
||||||
|
- cargo test
|
Loading…
Add table
Reference in a new issue