Skip to content

chore: Remove unused launch at startup test file #22

chore: Remove unused launch at startup test file

chore: Remove unused launch at startup test file #22

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.29.1
- run: flutter analyze --fatal-infos
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.29.1
- run: dart format . --set-exit-if-changed
dependency_validator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.29.1
- run: flutter pub get
- run: flutter pub run dependency_validator