We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Check formatting
1 parent a4bf05c commit dec9a1cCopy full SHA for dec9a1c
.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 xtask help >/dev/null
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