Skip to content

fix: add check to keep hour in timeline (in day and week view) if LiveTimeIndicator time or bubble dosen't overlap. #357

fix: add check to keep hour in timeline (in day and week view) if LiveTimeIndicator time or bubble dosen't overlap.

fix: add check to keep hour in timeline (in day and week view) if LiveTimeIndicator time or bubble dosen't overlap. #357

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Analyze
on:
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Flutter
uses: britannio/[email protected]
- name: Install dependencies
run: flutter pub get
- name: Formatting check
run: dart format . --set-exit-if-changed
- name: Analyse
run: flutter analyze