Skip to content

build(deps): bump actions/setup-java from 4.2.2 to 4.5.0 #448

build(deps): bump actions/setup-java from 4.2.2 to 4.5.0

build(deps): bump actions/setup-java from 4.2.2 to 4.5.0 #448

name: widget tests & code analysis
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '11'
# Use the community Action to install Flutter
- uses: subosito/[email protected]
- 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
# - name: Test
# run: flutter test