Skip to content

Lock file maintenance #443

Lock file maintenance

Lock file maintenance #443

Workflow file for this run

name: Fmt
on:
push:
jobs:
check_fmt:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- run: |
rustup toolchain install
- run: |
cargo fmt -- --check