Skip to content

Make sure blot is attached before calling formatAt #46

Make sure blot is attached before calling formatAt

Make sure blot is attached before calling formatAt #46

Workflow file for this run

name: Main
on:
push:
branches: [develop]
concurrency:
group: main-build
cancel-in-progress: true
jobs:
unit:
uses: ./.github/workflows/_unit.yml
fuzz:
uses: ./.github/workflows/_fuzz.yml
e2e:
uses: ./.github/workflows/_e2e.yml