Skip to content

CI: add cargo doc and cargo audit #8

@kiyeonjeon21

Description

@kiyeonjeon21

Current CI runs clippy, fmt check, and cargo test. Missing:

  • `cargo doc --no-deps --document-private-items` — catches broken doc links and missing docs
  • `cargo audit` (via rustsec/audit-check) — flags known vulnerabilities in dependencies

Both are cheap to run and prevent regressions.

File: .github/workflows/ci.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions