Skip to content

Commit 2de81ef

Browse files
committed
update order
1 parent c1b9341 commit 2de81ef

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,18 @@ jobs:
145145
- name: Set Rust toolchain
146146
run: rustup default ${{ env.RUST_VERSION }}
147147

148-
- name: Rust Format Check
149-
run: cargo fmt -- --check
150-
151148
- name: Install cargo-audit
152149
run: cargo install --locked cargo-audit
153150

154-
- name: Cargo Audit
155-
run: cargo audit
156-
157151
- name: Setup documentation checks
158152
run: make doc-install-deps
159153

154+
- name: Rust Format Check
155+
run: cargo fmt -- --check
156+
157+
- name: Cargo Audit
158+
run: cargo audit
159+
160160
- name: Documentation checks
161161
run: make doc-test
162162

0 commit comments

Comments
 (0)