Skip to content

Merge pull request #128 from filiph/misc/cleanup-and-dart-3 #76

Merge pull request #128 from filiph/misc/cleanup-and-dart-3

Merge pull request #128 from filiph/misc/cleanup-and-dart-3 #76

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- run: dart --version
- run: dart pub get
- run: dart analyze --fatal-warnings .
- run: dart format --set-exit-if-changed .
- run: dart test -x integration
- run: dart run test/e2e_test.dart