Added linting pipeline
Some checks failed
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Jef Roosens 2021-12-30 13:00:44 +01:00
parent 3a2e8e42b8
commit 0bbd2a0d77
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

5
.woodpecker/.lint.yml Normal file
View file

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