Skip to content

Bump subosito/flutter-action from 2.12.0 to 2.14.0 #30

Bump subosito/flutter-action from 2.12.0 to 2.14.0

Bump subosito/flutter-action from 2.12.0 to 2.14.0 #30

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
sdk:
- stable
steps:
- uses: actions/checkout@v4.1.1
- uses: subosito/flutter-action@v2.14.0
with:
sdk: "${{ matrix.sdk }}"
- name: Install dependencies
run: flutter pub get
- name: Format
run: dart format --set-exit-if-changed -o none .
- name: Analyze
run: dart analyze lib