Skip to content

Added quarter hour indicator to DayView and both half hour indicator and quarter hour indicator to WeekView. #293

Added quarter hour indicator to DayView and both half hour indicator and quarter hour indicator to WeekView.

Added quarter hour indicator to DayView and both half hour indicator and quarter hour indicator to WeekView. #293

# 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