Skip to content

⬆️ Bump taiki-e/install-action from 2.85.8 to 2.87.2 #1061

⬆️ Bump taiki-e/install-action from 2.85.8 to 2.87.2

⬆️ Bump taiki-e/install-action from 2.85.8 to 2.87.2 #1061

Workflow file for this run

name: format
on:
pull_request:
push:
jobs:
rust_check_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/setup-rust
- name: run check format
run: cargo fmt --check
env:
RUST_BACKTRACE: 1