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
defaults:
run:
working-directory: ./clar2wasm
steps:
- name: Checkout PR
uses: actions/checkout@v4
- name: Compile
run: |
cargo build
ls -la
bash ./scripts/boot-contracts-compile.sh