Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

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