Skip to content

Merge pull request #55 from horuslabsio/redeclare-account-classhash #129

Merge pull request #55 from horuslabsio/redeclare-account-classhash

Merge pull request #55 from horuslabsio/redeclare-account-classhash #129

Workflow file for this run

name: Build
on: [push, pull_request]
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
- name: Check cairo format
run: scarb fmt --check
- name: Build cairo programs
run: scarb build