Skip to content

fix: Yellow underline (because of missing Material widget) #8

fix: Yellow underline (because of missing Material widget)

fix: Yellow underline (because of missing Material widget) #8

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