Skip to content

Update dependencies #167

Update dependencies

Update dependencies #167

Workflow file for this run

name: Flutter
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- run: flutter pub get
- run: flutter analyze
- name: Run custom analyzer
run: dart run custom_lint
- name: Run tests
run: flutter test -r expanded