Skip to content
Snippets Groups Projects
Commit b155dbf3 authored by Brian Lewis's avatar Brian Lewis
Browse files

Add setup to lint steps

parent 304258d1
No related branches found
Tags 0.5.0
2 merge requests!2Ingest different DRS formats,!1Ingest
Pipeline #16136 passed
......@@ -6,6 +6,8 @@ fmt:
image: rust:latest
tags:
- docker, specific
before_script:
- rustup component add rustfmt
script:
- cargo fmt --check
......@@ -14,6 +16,8 @@ clippy:
image: rust:latest
tags:
- docker, specific
before_script:
- rustup component add clippy
script:
- cargo clippy -- -D warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment