Skip to content

Allow setting mock user to null #120

Allow setting mock user to null

Allow setting mock user to null #120

Workflow file for this run

name: Analyzer
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- master
jobs:
analyzer:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter pub get
- run: flutter analyze