mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
ci: prevent spam in Check formatting
We separate the build log from the formatting log.
This commit is contained in:
parent
205edcd708
commit
98e6852edb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/qa.yml
vendored
3
.github/workflows/qa.yml
vendored
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
# messages from the actual build output.
|
||||
- name: Prepare Nix Store
|
||||
run: nix develop --command echo
|
||||
# A dedicated step removes spam from the actual job.
|
||||
- name: Build cargo xtask
|
||||
run: cargo xtask help >/dev/null
|
||||
# Executing this in a Nix shell ensures that all our checks run as all
|
||||
# required tooling exists.
|
||||
- name: Check formatting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue