Skip to content

ci(deps): update actions/create-github-app-token action to v1.11.6 (#… #551

ci(deps): update actions/create-github-app-token action to v1.11.6 (#…

ci(deps): update actions/create-github-app-token action to v1.11.6 (#… #551

Workflow file for this run

name: check rustfmt
on:
push:
branches: ["**"]
permissions: {}
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run rustfmt
run: cargo fmt --all --check -- --color=always