Skip to content

Merge pull request #31 from RustyNova016/experimental-split #43

Merge pull request #31 from RustyNova016/experimental-split

Merge pull request #31 from RustyNova016/experimental-split #43

Workflow file for this run

name: Format
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
fmt:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run cargo fmt
run: cargo fmt --check --verbose