Skip to content

Update CHANGELOG.md to reference Ruff v0.6.7 (#1397) #2576

Update CHANGELOG.md to reference Ruff v0.6.7 (#1397)

Update CHANGELOG.md to reference Ruff v0.6.7 (#1397) #2576

Workflow file for this run

name: Rustfmt
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- name: Run rustfmt
run: make format-check