Added linting deps to ci
continuous-integration/drone the build was successful Details

pull/8/head
Jef Roosens 2021-06-25 11:37:45 +02:00
parent 0eeea1e593
commit fa5ee06a04
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ pipeline:
- CARGO_HOME=.cargo
commands:
- apk add musl-dev postgresql-dev
- rustup component add rustfmt clippy
- cargo fmt -- --check
# This is run here because it requires compilation
- cargo clippy --all-targets -- -D warnings