Skip to content

Bump subosito/flutter-action from 2.7.1 to 2.15.0 #244

Bump subosito/flutter-action from 2.7.1 to 2.15.0

Bump subosito/flutter-action from 2.7.1 to 2.15.0 #244

Workflow file for this run

name: code analysis & formatting
on:
push:
branches:
- master
pull_request:
types: [ opened, labeled, unlabeled, synchronize ]
jobs:
analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
java-version: 11
distribution: temurin
- uses: subosito/[email protected]
with:
cache: true
- name: Version
run: flutter doctor -v
- name: Install dependencies
run: flutter pub get
- name: Linter
run: flutter analyze
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
java-version: 11
distribution: temurin
- uses: subosito/[email protected]
with:
cache: true
- name: Format
run: flutter format -n --set-exit-if-changed .