Skip to content

fix(pack): output_root & doc update #1709

fix(pack): output_root & doc update

fix(pack): output_root & doc update #1709

Workflow file for this run

name: taplo
on:
push:
branches: ["next"]
pull_request:
types: [opened, synchronize]
permissions:
contents: read
jobs:
taplo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: false
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2026-02-05
- name: Cache cargo
uses: Swatinem/rust-cache@v2
with:
shared-key: taplo
- name: Install Taplo
run: cargo install taplo-cli
- name: Taplo
run: taplo format --check