Skip to content

Document v0.1 compatibility matrix #3

Document v0.1 compatibility matrix

Document v0.1 compatibility matrix #3

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Format
run: cargo fmt --check
- name: Test
run: cargo test
- name: CLI contract
run: make check