Skip to content

feat: support

feat: support #1068

Workflow file for this run

name: fmt
on:
merge_group:
pull_request:
push:
branches:
- main
jobs:
fmt:
name: fmt
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Run
run: cargo fmt --all -- --check