Skip to content

feat: add CI checks for contracts #7

feat: add CI checks for contracts

feat: add CI checks for contracts #7

Workflow file for this run

name: Contract checks
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: NPM Install
run: npm install
- name: Build contracts
run: npx blueprint build --all
- name: Run tests
run: npx blueprint test