Skip to content

Merge pull request #121 from robbysoerya/fix/hide_tooltip_on_tap_does… #101

Merge pull request #121 from robbysoerya/fix/hide_tooltip_on_tap_does…

Merge pull request #121 from robbysoerya/fix/hide_tooltip_on_tap_does… #101

Workflow file for this run

name: Static code analysis
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
java-version: 11
distribution: temurin
- uses: subosito/[email protected]
with:
flutter-version: '3.22.2'
cache: true
- name: Install dependencies for super_tooltip
run: flutter pub get
# Statically analyze the Dart code for any errors.
- run: flutter analyze .