Skip to content

Fix compilation after changes to trait and run #13

Fix compilation after changes to trait and run

Fix compilation after changes to trait and run #13

Workflow file for this run

# Run a job to ensure formatting is OK
name: Format Check
on:
pull_request:
push:
branches:
- main
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Rust Format
run: cargo fmt --check