Skip to content

Commit

Permalink
ci: fail on doc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Dec 12, 2024
1 parent 061d1cb commit b1886e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ jobs:
docs:
name: Check Rust doc
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: -D warnings

steps:
- uses: actions/checkout@v4.2.2
Expand Down

0 comments on commit b1886e2

Please sign in to comment.