Skip to content

Fix warnings, runtime exceptions and update dependencies #78

Fix warnings, runtime exceptions and update dependencies

Fix warnings, runtime exceptions and update dependencies #78

Workflow file for this run

name: Dart Format
on:
push:
paths:
- "app/**"
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Setup Dart
uses: dart-lang/setup-dart@v1
- name: Verify formatting
run: dart format --output=write .