Skip to content

fix(pack): output_root & doc update #1730

fix(pack): output_root & doc update

fix(pack): output_root & doc update #1730

Workflow file for this run

name: clippy
on:
push:
branches: ["next"]
pull_request:
types: [opened, synchronize]
permissions:
contents: read
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Init git submodules
run: git submodule update --init --recursive --depth 1
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2026-02-05
components: clippy
- name: Cache cargo
uses: Swatinem/rust-cache@v2
with:
shared-key: clippy
- name: Cargo clippy
run: cargo clippy --all-targets -- -D warnings --no-deps