Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

feat: Adding compile CI #14

feat: Adding compile CI

feat: Adding compile CI #14

Workflow file for this run

name: "Rust CI"
on:
pull_request:
jobs:
build:
name: Build contracts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
node-version: 18.18.0
- run: yarn
- run: yarn build
- run: yarn preprocess
- run: yarn compile-yul