This commit is contained in:
parent
3a2e8e42b8
commit
0bbd2a0d77
1 changed files with 5 additions and 0 deletions
5
.woodpecker/.lint.yml
Normal file
5
.woodpecker/.lint.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pipeline:
|
||||
lint:
|
||||
image: 'rustlang/rust:nightly'
|
||||
commands:
|
||||
- cargo fmt -- --check
|
||||
Reference in a new issue