Skip to content

Commit

Permalink
ci: testing doc by running cargo doc in checks
Browse files Browse the repository at this point in the history
  • Loading branch information
open-schnick committed Nov 12, 2023
1 parent ff47192 commit fbb9ff0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,14 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
docs:
runs-on: ubuntu-latest
name: stable / doc
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: cargo doc
run: cargo doc -- -D warnings

0 comments on commit fbb9ff0

Please sign in to comment.