Skip to content

Update public docs to reflect new name #49

Update public docs to reflect new name

Update public docs to reflect new name #49

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@v4
- name: Rust Toolchain
uses: dtolnay/rust-toolchain@nightly
- name: Run Rust Format
run: ./x fmt --check