Skip to content

action migrate in dir #7

action migrate in dir

action migrate in dir #7

Workflow file for this run

name: Check formatting
on:
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format
run: |
cargo fmt --check