Skip to content

WIP

WIP #4

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.80.0
components: rustfmt
- run: cargo fmt --check
- run: cargo test