Skip to content

style: fix and enforce formatting #127

style: fix and enforce formatting

style: fix and enforce formatting #127

Workflow file for this run

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