Skip to content

feat(pm): integrate git dependency support into install flow (3/3) #2156

feat(pm): integrate git dependency support into install flow (3/3)

feat(pm): integrate git dependency support into install flow (3/3) #2156

Workflow file for this run

name: format
on:
push:
branches: ["next"]
pull_request:
types: [opened, synchronize, reopened, edited]
permissions:
contents: read
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2026-02-05
components: rustfmt
- name: Check formatting
run: cargo fmt --all -- --check