Skip to content

Bump to v0.3.2

Bump to v0.3.2 #123

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart test
- name: Run example code
run: |
cd example
dart pub get
dart run lib/main.dart