We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ea390 commit 5bf090bCopy full SHA for 5bf090b
.github/workflows/deploy.yml
@@ -18,6 +18,8 @@ jobs:
18
- uses: actions/checkout@v3
19
- name: Install mdbook
20
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
23
- name: Build book
24
run: ./mdbook build
25
- name: Deploy book
0 commit comments