Skip to content

fix(deps): update all minor updates #1491

fix(deps): update all minor updates

fix(deps): update all minor updates #1491

Workflow file for this run

on: [push, pull_request]
name: cargo fmt
jobs:
cargofmt:
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v4
- run: cargo fmt -- --check