Skip to content

Add v1.5.2 user introduction #149

Add v1.5.2 user introduction

Add v1.5.2 user introduction #149

Workflow file for this run

name: unit-tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.1"
channel: 'stable'
- run: flutter pub get
- run: flutter analyze