Skip to content

feat: cargo fmt and actions to force format #2

feat: cargo fmt and actions to force format

feat: cargo fmt and actions to force format #2

Workflow file for this run

on: pull_request
name: Rustfmt
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --all --check