gitlab-ci: Add fmt check stage

This commit is contained in:
Vicki Pfau 2024-08-27 20:04:08 -07:00
parent fc9747a114
commit 68877c74d2

View file

@ -10,3 +10,11 @@ test:
script:
- pacman -Sy --noconfirm --needed dbus rust
- dbus-run-session cargo test
fmt:
stage: test
tags:
- x86_64-linux-kvm-docker
script:
- pacman -Sy --noconfirm --needed rust
- cargo fmt --check