Added CI lint job
parent
f77be877db
commit
26cd2e1bea
|
@ -1,5 +1,5 @@
|
||||||
platform: linux/amd64
|
platform: 'linux/amd64'
|
||||||
branches: main
|
branches: 'main'
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
release:
|
release:
|
|
@ -0,0 +1,7 @@
|
||||||
|
platform: 'linux/amd64'
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
lint:
|
||||||
|
image: 'rustlang/rust:nightly'
|
||||||
|
commands:
|
||||||
|
- cargo fmt -- --check
|
Loading…
Reference in New Issue