Check rustfmt and clippy in CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sijmen 2023-05-03 00:23:35 +02:00
parent 5c500e0f30
commit da8793f3f5
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ platform:
arch: amd64
steps:
- name: lint
image: rust:latest
commands:
- rustup component add rustfmt clippy
- cargo fmt --check
- cargo clippy
- name: build-x86_64-unknown-linux-gnu
image: rust:latest
commands: