Skip to content

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

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

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

Workflow file for this run

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