Skip to content

chore(sdk): Add boost properties to exposed status type (#759) #683

chore(sdk): Add boost properties to exposed status type (#759)

chore(sdk): Add boost properties to exposed status type (#759) #683

Workflow file for this run

name: Main CI 🔮
concurrency:
group: ${{ github.ref }}-main-ci
cancel-in-progress: false
on:
push:
branches:
- main
env:
FORCE_COLOR: 1
jobs:
pre-checks:
uses: ./.github/workflows/_01_pre_checks.yml
secrets: inherit
checks:
needs: [pre-checks]
uses: ./.github/workflows/_02_checks.yml
secrets: inherit