Skip to content

chore(deps): Bump unicode-ident from 1.0.13 to 1.0.14 #477

chore(deps): Bump unicode-ident from 1.0.13 to 1.0.14

chore(deps): Bump unicode-ident from 1.0.13 to 1.0.14 #477

Workflow file for this run

name: rustfmt
on:
pull_request:
push:
branches:
- main
merge_group:
jobs:
rustfmt:
name: rustfmt
runs-on: ubuntu-latest
steps:
- name: checkout_repo
uses: actions/checkout@v4
- name: install_rust
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: fmt
run: cargo fmt --all -- --check