Skip to content

chore(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 (#275) #1181

chore(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 (#275)

chore(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 (#275) #1181

Workflow file for this run

name: Code formatting
on:
- push
- pull_request
jobs:
fmt_check:
name: Fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Check code formatting
run: cargo fmt -- --check