Skip to content

chore: remove tray_manager_macos package files in preparation for dep… #24

chore: remove tray_manager_macos package files in preparation for dep…

chore: remove tray_manager_macos package files in preparation for dep… #24

Workflow file for this run

name: lint
on:
push:
branches: [main, dev]
pull_request:
branches: [main]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.5"
channel: "stable"
- uses: bluefireteam/melos-action@v3
- run: melos run analyze
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.5"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v3
- run: melos run format-check