Skip to content

Merge branch 'main' of github.com:MonerooHQ/moneroo_flutter #6

Merge branch 'main' of github.com:MonerooHQ/moneroo_flutter

Merge branch 'main' of github.com:MonerooHQ/moneroo_flutter #6

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.29.2
- name: Install dependencies
run: flutter pub get
- name: Analyze code
run: flutter analyze