Skip to content

perf(pm): source resolver mainloop architecture #4053

perf(pm): source resolver mainloop architecture

perf(pm): source resolver mainloop architecture #4053

Workflow file for this run

name: format
on:
push:
branches: ["next"]
pull_request:
types: [opened, synchronize, reopened, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
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-04-02
components: rustfmt
- name: Check formatting
run: cargo fmt --all -- --check