Skip to content

Migrate to Null Safety, Update Actions, Fix #176 #468

Migrate to Null Safety, Update Actions, Fix #176

Migrate to Null Safety, Update Actions, Fix #176 #468

name: dart_test_analyze_format
on: [push, pull_request]
jobs:
dart_test_analyze_format:
runs-on: ubuntu-latest
container:
image: google/dart
steps:
- uses: actions/checkout@v2
- run: dart pub get
- run: dart format --set-exit-if-changed .
- run: dart test --coverage .
- run: dart pub run coverage:format_coverage -i . -l > coverage.lcov
- run: lcov -l coverage.lcov
- run: dart analyze