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

Commit

Permalink
feat: Adding compile CI (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-zk authored Oct 6, 2023
1 parent ba9835a commit 0444347
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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

0 comments on commit 0444347

Please sign in to comment.