Skip to content

fix(lyform): validation when the form is pure value state #251

fix(lyform): validation when the form is pure value state

fix(lyform): validation when the form is pure value state #251

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Install Flutter
uses: subosito/flutter-action@v2
- name: Install Melos
run: flutter pub global activate melos
- name: Run Melos Bootstrap
run: melos bs
- name: Run Tests
run: melos run test
- name: Upload Coverage
uses: codecov/codecov-action@v3