Skip to content

docs: freeze M9 lease-kernel semantics and planning #139

docs: freeze M9 lease-kernel semantics and planning

docs: freeze M9 lease-kernel semantics and planning #139

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- name: Run preflight
run: scripts/preflight.sh