Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
name: "Check formatting"
description: "Checks code formatting use cargo fmt"
runs:
using: "composite"
steps:
- name: cargo fmt
shell: bash -euxo pipefail {0}
run: cargo fmt --all -- --check