Skip to content

Fix tests after creation of CrateDef trait #8

Fix tests after creation of CrateDef trait

Fix tests after creation of CrateDef trait #8

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