Skip to content

chore/bump deps and improve fs #1623

chore/bump deps and improve fs

chore/bump deps and improve fs #1623

Workflow file for this run

name: format
on:
push:
branches: ["next"]
pull_request:
types: [opened, synchronize]
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-01-04
components: rustfmt
- name: Check formatting
run: cargo fmt --all -- --check