Skip to content

fix shuttle build

fix shuttle build #12

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