Skip to content

feat: add optional minting to JettonInit (#30) #74

feat: add optional minting to JettonInit (#30)

feat: add optional minting to JettonInit (#30) #74

Workflow file for this run

name: Contract checks
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
merge_group:
types: [ checks_requested ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: NPM Install
run: npm install
- name: Build contracts
run: npm run build
- name: Run tests
run: npm test