Skip to content

Sidecar: Update FPGA to Quartz 8a2c75a #8439

Sidecar: Update FPGA to Quartz 8a2c75a

Sidecar: Update FPGA to Quartz 8a2c75a #8439

Workflow file for this run

name: formatting
on:
pull_request:
push:
branches: [master]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: cargo fmt
run: cargo fmt --all -- --check