Skip to content

Commit

Permalink
CI verifies that docs can be built (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 26, 2024
1 parent 5ce4154 commit bc1b3e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ jobs:
if: matrix.build == 'stable'
rustfmt:
name: Rustfmt
name: Rustfmt & Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update stable && rustup default stable && rustup component add rustfmt
- run: cargo fmt -- --check
- run: cargo doc --all-features

wasm:
name: WebAssembly
Expand Down

0 comments on commit bc1b3e9

Please sign in to comment.