Skip to content

ci(deps): update taiki-e/install-action action to v2.47.18 (#566) #446

ci(deps): update taiki-e/install-action action to v2.47.18 (#566)

ci(deps): update taiki-e/install-action action to v2.47.18 (#566) #446

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