add woodpecker pipelines
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
||||
steps:
|
||||
fmt:
|
||||
image: rust:1
|
||||
commands:
|
||||
- cargo fmt --all -- --check
|
||||
Reference in New Issue
Block a user