Added CI lint job

pull/4/head
Jef Roosens 2022-04-02 21:02:15 +02:00
parent f77be877db
commit 26cd2e1bea
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
platform: linux/amd64
branches: main
platform: 'linux/amd64'
branches: 'main'
pipeline:
release:

View File

@ -0,0 +1,7 @@
platform: 'linux/amd64'
pipeline:
lint:
image: 'rustlang/rust:nightly'
commands:
- cargo fmt -- --check