Skip to content

DynMouseScroll is incompatible with the autoscroll feature of ChatMes… #87

DynMouseScroll is incompatible with the autoscroll feature of ChatMes…

DynMouseScroll is incompatible with the autoscroll feature of ChatMes… #87

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 .