Added linting pipeline
ci/woodpecker/push/lint Pipeline failed Details

dev
Jef Roosens 2021-12-30 13:00:44 +01:00
parent 3a2e8e42b8
commit 0bbd2a0d77
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
pipeline:
lint:
image: 'rustlang/rust:nightly'
commands:
- cargo fmt -- --check