Skip to content

chore(deps): update dependency dart to v3 - autoclosed #2

chore(deps): update dependency dart to v3 - autoclosed

chore(deps): update dependency dart to v3 - autoclosed #2

Workflow file for this run

name: Test Package
on:
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
lint_and_test:
name: Linting and Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: dart format --fix --set-exit-if-changed .
- run: flutter analyze