Skip to content

Add framing benches #7476

Add framing benches

Add framing benches #7476

Workflow file for this run

on:
pull_request:
branches:
- main
name: Rustfmt
jobs:
fmt:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
include:
- os: macos-latest
target: x86_64-apple-darwin
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
steps:
- uses: actions/checkout@v4
- name: Install nightly Rust + rustfmt
uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Run fmt in different workspaces and crates
run: |
cargo fmt --all -- --check --verbose