Skip to content

bump dio to 5.3.4 and googleapis to 9.1.0 #69

bump dio to 5.3.4 and googleapis to 9.1.0

bump dio to 5.3.4 and googleapis to 9.1.0 #69

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:
flutter-version: "3.10.3"
channel: "stable"
- uses: bluefireteam/melos-action@v2
- run: melos run analyze
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.3"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
- run: melos run format-check
dependency_validator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.3"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
- run: melos run dependency_validator