Skip to content

Update Rust crate tracing to 0.1.44 (#33) #386

Update Rust crate tracing to 0.1.44 (#33)

Update Rust crate tracing to 0.1.44 (#33) #386

Workflow file for this run

name: Fmt
on:
push:
jobs:
check_fmt:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
with:
toolchain: stable
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
with:
command: fmt
args: -- --check