Skip to content

Bake stake into genesis #155

Bake stake into genesis

Bake stake into genesis #155

Workflow file for this run

name: Rust
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Setup Protobuf Compiler"
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: "Fmt"
run: |
.github/scripts/cargo-fmt.sh
- name: "Clippy"
run: |
.github/scripts/cargo-clippy.sh
- name: "Test"
run: |
.github/scripts/cargo-test.sh