ci: prevent spam in Check formatting

We separate the build log from the formatting log.
This commit is contained in:
Philipp Schuster 2025-04-06 21:48:57 +02:00
parent 205edcd708
commit 98e6852edb

View file

@ -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