Skip to content

build(deps): bump no.nordicsemi.android:dfu from 2.4.2 to 2.5.0 in /android #403

build(deps): bump no.nordicsemi.android:dfu from 2.4.2 to 2.5.0 in /android

build(deps): bump no.nordicsemi.android:dfu from 2.4.2 to 2.5.0 in /android #403

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