Skip to content

fix: numbers casting to be compatible with wasm #57

fix: numbers casting to be compatible with wasm

fix: numbers casting to be compatible with wasm #57

Workflow file for this run

name: api_client
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- "packages/api_client/**"
- ".github/workflows/api_client.yaml"
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: stable
working_directory: packages/api_client