Skip to content

fix: added extra documentation #9

fix: added extra documentation

fix: added extra documentation #9

Workflow file for this run

name: Automated tests
on:
push:
branches:
- main
jobs:
test:
name: Runs all tests on main
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test