We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec03b9 commit 0cd0937Copy full SHA for 0cd0937
.github/workflows/_build-rust.yml
@@ -56,13 +56,13 @@ jobs:
56
key: ${{ runner.os }}-rust-${{ inputs.rust-version }}-cargo-${{ hashFiles('**/Cargo.toml') }}
57
restore-keys: ${{ runner.os }}-cargo-${{ inputs.rust-version }}
58
- run: cargo version
59
- - name: Code Formatting
60
- if: ${{ inputs.do-style-check }}
61
- run: cargo fmt --all -- --check
62
- name: Build (library)
63
run: cargo build --target ${{ inputs.rust-target }}
64
- name: Build (all targets)
65
run: cargo build --all-targets
+ - name: Code Formatting
+ if: ${{ inputs.do-style-check }}
+ run: cargo fmt --all -- --check
66
- name: Code Style and Doc Style
67
if: ${{ inputs.do-style-check }}
68
run: |
0 commit comments