Skip to content

chore: merge PR #44 from BlockheaderWeb3-Community/add-ci #5

chore: merge PR #44 from BlockheaderWeb3-Community/add-ci

chore: merge PR #44 from BlockheaderWeb3-Community/add-ci #5

Workflow file for this run

name: Build contracts and check formatting
on:
push:
merge_group:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
- run: scarb build
- run: scarb fmt --check
- run: scarb lint