Skip to content

fix: Fix trick play overflow #242

fix: Fix trick play overflow

fix: Fix trick play overflow #242

Workflow file for this run

name: Flutter checks
on:
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
linting:
name: Linting & Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Flutter
uses: subosito/[email protected]
with:
channel: ${{ vars.FLUTTER_CHANNEL }}
flutter-version: ${{ vars.FLUTTER_VERSION }}
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
- name: Get dependencies
run: flutter pub get
- name: Setup dart
uses: dart-lang/setup-dart@v1
- name: Analyze Dart
uses: invertase/github-action-dart-analyzer@v3
with:
custom-lint: true