Skip to content

oops remove github hash #24

oops remove github hash

oops remove github hash #24

Workflow file for this run

name: Check Rust code formatting
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on: push
jobs:
Rustfmt:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}