Skip to content

check on self-derive in expand #518

check on self-derive in expand

check on self-derive in expand #518

Workflow file for this run

on:
push:
branches: master
pull_request:
merge_group:
name: Code formatting check
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt
- run: cargo fmt --all -- --check