Skip to content

fix(swap): handle new swap type [WEB-1153] (#771) #695

fix(swap): handle new swap type [WEB-1153] (#771)

fix(swap): handle new swap type [WEB-1153] (#771) #695

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