We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b9341 commit 2de81efCopy full SHA for 2de81ef
1 file changed
.github/workflows/checks.yml
@@ -145,18 +145,18 @@ jobs:
145
- name: Set Rust toolchain
146
run: rustup default ${{ env.RUST_VERSION }}
147
148
- - name: Rust Format Check
149
- run: cargo fmt -- --check
150
-
151
- name: Install cargo-audit
152
run: cargo install --locked cargo-audit
153
154
- - name: Cargo Audit
155
- run: cargo audit
156
157
- name: Setup documentation checks
158
run: make doc-install-deps
159
+ - name: Rust Format Check
+ run: cargo fmt -- --check
+
+ - name: Cargo Audit
+ run: cargo audit
160
- name: Documentation checks
161
run: make doc-test
162
0 commit comments