Skip to content

docs: Add README for the project #4

docs: Add README for the project

docs: Add README for the project #4

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
test:
name: fmt • clippy • test (stable)
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
workspaces: |
. -> target
- uses: extractions/setup-just@v1
- name: Run fmt/clippy/test
run: just ci