Skip to content

Downgrade meta package to 1.12.0 to fix compatibility issues with… #13

Downgrade meta package to 1.12.0 to fix compatibility issues with…

Downgrade meta package to 1.12.0 to fix compatibility issues with… #13

Workflow file for this run

name: lint
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart analyze
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .