1
0

CI checks

This commit is contained in:
2023-11-29 06:32:54 +00:00
parent 6586f503f6
commit aaff60e15b
+18
View File
@@ -0,0 +1,18 @@
stages:
- test
image: rust:latest
before_script:
- rustup component add clippy
- rustup component add rustfmt
clippy:
stage: test
script:
- cargo clippy -- -D warnings
rustfmt:
stage: test
script:
- cargo fmt -- --check