Skip to content

wrong dir

wrong dir #1

Workflow file for this run

on: push
name: RustFmt
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: workflows/checkout@v4
- name: Format Code
run: cargo +nightly fmt --check