Skip to content

feat: add reservation-core logical-slot expiry recovery proof #188

feat: add reservation-core logical-slot expiry recovery proof

feat: add reservation-core logical-slot expiry recovery proof #188

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