Skip to content

Commit b3ab826

Browse files
committed
ci: prevent spam in Check formatting
1 parent a4bf05c commit b3ab826

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/qa.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
# messages from the actual build output.
2222
- name: Prepare Nix Store
2323
run: nix develop --command echo
24+
# A dedicated step removes spam from the actual job.
25+
- name: Build cargo xtask
26+
run: cargo build
2427
# Executing this in a Nix shell ensures that all our checks run as all
2528
# required tooling exists.
2629
- name: Check formatting

0 commit comments

Comments
 (0)