Skip to content

build(deps): bump subosito/flutter-action from 2.10.0 to 2.12.0 #713

build(deps): bump subosito/flutter-action from 2.10.0 to 2.12.0

build(deps): bump subosito/flutter-action from 2.10.0 to 2.12.0 #713

Workflow file for this run

name: dart
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- uses: subosito/flutter-action@v2.12.0
- name: Version
run: flutter doctor -v
- name: Install dependencies
run: flutter pub get
- name: Format
run: dart format --set-exit-if-changed .
- name: Linter
run: flutter analyze