Skip to content

build: 25e17b253cc1cf5f8fc7448304c0c37eb4488bc6 #2

build: 25e17b253cc1cf5f8fc7448304c0c37eb4488bc6

build: 25e17b253cc1cf5f8fc7448304c0c37eb4488bc6 #2

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
use-reusable-workflow:
strategy:
matrix:
exchange_name: [kucoin, bybit] # ['bingx', 'bitget', 'bitmart', 'bitmex', 'bybit', 'coinex', 'cryptocom', 'gate', 'hashkey', 'htx', 'hyperliquid', 'kucoin', 'kucoinfutures', 'mexc', 'okx', 'woo', 'woofipro']
uses: ./.github/workflows/reusable.yml
with:
exchange_name: ${{ matrix.exchange_name }}
secrets: inherit