Skip to content

Add check for dirty work dir to catch missing changes to Cargo.lock. #423

Add check for dirty work dir to catch missing changes to Cargo.lock.

Add check for dirty work dir to catch missing changes to Cargo.lock. #423

Workflow file for this run

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