Skip to content

Workflow file for this run

name: Boot-contracts Compilation
on:
push:
branches: [boot-contracts-validation]
env:
CARGO_TERM_COLOR: always
jobs:
compile-boot-contracts:
name: Compile boot-contracts
runs-on: ubuntu-latest
steps:
- name: Compile
run: bash ${GITHUB_WORKSPACE}/../.github/boot-contracts-compile.sh