Skip to content

ci: Workflow for checking formatting #1

ci: Workflow for checking formatting

ci: Workflow for checking formatting #1

Workflow file for this run

name: Check formatting
on: [push, workflow_dispatch]
jobs:
check_formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/rustfmt@v1