Skip to content

Commit

Permalink
rm doc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ltitanb committed Dec 5, 2024
1 parent 19710f1 commit 5eb7dec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,3 @@ jobs:
- name: Rustfmt
run: cargo +nightly-2023-06-01 fmt --all --check
working-directory: ./repos/${{ secrets.REPO_NAME }}

# Check Documentation
- name: Docs
run: cargo doc --workspace --all-features --no-deps
env:
RUSTDOCFLAGS: --cfg docsrs --show-type-layout --generate-link-to-definition --enable-index-page -Zunstable-options -D warnings
working-directory: ./repos/${{ secrets.REPO_NAME }}

0 comments on commit 5eb7dec

Please sign in to comment.