Skip to content

refactor(contract): typo #65

refactor(contract): typo

refactor(contract): typo #65

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main]
jobs:
audit:
uses: ./.github/workflows/audit.yml
test:
uses: ./.github/workflows/test.yml
needs: audit
wasm-check:
uses: ./.github/workflows/wasm-check.yml
needs: audit
build-contract:
uses: ./.github/workflows/build-contract.yml
needs: test