Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Merge branch 'develop' into OWP-37_biometrics #228

Merge branch 'develop' into OWP-37_biometrics

Merge branch 'develop' into OWP-37_biometrics #228

Workflow file for this run

name: Main workflow
on: [push, pull_request]
jobs:
lint_and_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
architecture: x64
- run: flutter --version
- name: Install dependencies
run: flutter pub get
- name: Verify formatting
run: dart format --output=none --set-exit-if-changed .
- name: Analyze project source
run: flutter analyze --fatal-infos