mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-05 14:10:34 -04:00
gitlab-ci: Add fmt check stage
This commit is contained in:
parent
fc9747a114
commit
68877c74d2
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue