Skip to content

Commit

Permalink
Merge pull request #360 from Wukong247/2025-01-01-ci-doc-check
Browse files Browse the repository at this point in the history
CI: doc
  • Loading branch information
mojoX911 authored Jan 2, 2025
2 parents 66257e0 + 3d37b42 commit de0dc84
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ jobs:
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings

- name: cargo install cargo-hack
uses: taiki-e/install-action@cargo-hack
# - name: cargo install cargo-hack
# uses: taiki-e/install-action@cargo-hack

- name: cargo hack
run: cargo hack --feature-powerset check
# - name: cargo hack
# run: cargo hack --feature-powerset check

- name: Install cargo-docs-rs
uses: dtolnay/install@cargo-docs-rs

- name: cargo docs-rs
run: cargo +nightly docs-rs

0 comments on commit de0dc84

Please sign in to comment.