We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Check formatting
1 parent a4bf05c commit b3ab826Copy full SHA for b3ab826
.github/workflows/qa.yml
@@ -21,6 +21,9 @@ jobs:
21
# messages from the actual build output.
22
- name: Prepare Nix Store
23
run: nix develop --command echo
24
+ # A dedicated step removes spam from the actual job.
25
+ - name: Build cargo xtask
26
+ run: cargo build
27
# Executing this in a Nix shell ensures that all our checks run as all
28
# required tooling exists.
29
- name: Check formatting
0 commit comments