Skip to content

Commit 5bf090b

Browse files
committed
Check blacksmith formatting in CI
1 parent 77ea390 commit 5bf090b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- name: Install mdbook
2020
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.35/mdbook-v0.4.35-x86_64-unknown-linux-gnu.tar.gz | tar -xz
21+
- name: Check blacksmith format
22+
run: cargo fmt --check --manifest-path=blacksmith/Cargo.toml
2123
- name: Build book
2224
run: ./mdbook build
2325
- name: Deploy book

0 commit comments

Comments
 (0)