Skip to content

Allow setting mock user to null #121

Allow setting mock user to null

Allow setting mock user to null #121

Workflow file for this run

name: Dart Format
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- master
jobs:
format:
runs-on: ubuntu-latest
container:
image: google/dart:latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- run: dart format ./ --set-exit-if-changed