Skip to content

Add finalized checkpoint/justified checkpoint/2024Sep. Finalize terms #45

Add finalized checkpoint/justified checkpoint/2024Sep. Finalize terms

Add finalized checkpoint/justified checkpoint/2024Sep. Finalize terms #45

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
rust_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: clippy, rustfmt
- name: Check Rust formatting
run: |
cargo fmt -- --check
- name: Run Clippy
run: |
cargo clippy -- -D warnings
- name: Check term sorting
run: |
cargo build
cargo run --bin terms -- --check