Skip to content

. e bump version to 0.4.7 #44

. e bump version to 0.4.7

. e bump version to 0.4.7 #44

name: Build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Dart SDK
uses: dart-lang/[email protected]
with:
sdk: stable
- name: Build and test
run: |
./bash/build_and_test.sh
shell: bash