Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
Ava Hahn 2023-03-01 11:22:55 -08:00
parent ba3457f2d9
commit 06f9a82b01
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069

View file

@ -2,7 +2,7 @@ default:
image: rust:latest image: rust:latest
fmt: fmt:
stage: lint stage: build
script: script:
- rustfmt --check tests/* - rustfmt --check tests/*
- rustfmt --check src/*.rs - rustfmt --check src/*.rs
@ -10,7 +10,7 @@ fmt:
- rustfmt --check src/bin/* - rustfmt --check src/bin/*
lint: lint:
stage: lint stage: build
script: script:
- cargo clippy - cargo clippy
allow_failure: true allow_failure: true