Skip to content

chore(deps): update actions/checkout action to v4 #212

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #212

Workflow file for this run

name: cargo-fmt
on: [push, pull_request]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- run: cargo fmt --check