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 205edcd commit 98e6852Copy full SHA for 98e6852
.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