Skip to content

fix(state): ensure the correct block number increment for block 0 #145

fix(state): ensure the correct block number increment for block 0

fix(state): ensure the correct block number increment for block 0 #145

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/[email protected]
- run: scarb build
all_features:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/[email protected]
- run: scarb build --all-features
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build -p piltover