Skip to content

fix: make sdk and table printer as a dev dep for contracts pkg (#971) #607

fix: make sdk and table printer as a dev dep for contracts pkg (#971)

fix: make sdk and table printer as a dev dep for contracts pkg (#971) #607

Workflow file for this run

name: Build
env:
CI: true
on:
push:
branches: "*"
pull_request:
branches: "*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup