Added linting deps to ci
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Jef Roosens 2021-06-25 11:37:45 +02:00
parent 0eeea1e593
commit fa5ee06a04
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

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