Skip to content

Bump com.android.tools.build:gradle from 7.3.0 to 8.4.2 in /example/android #281

Bump com.android.tools.build:gradle from 7.3.0 to 8.4.2 in /example/android

Bump com.android.tools.build:gradle from 7.3.0 to 8.4.2 in /example/android #281

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 .