Skip to content

Output model - beta1 #225

Output model - beta1

Output model - beta1 #225

name: PR check [reactive_form_annotation]
on:
pull_request:
branches:
- master
- develop
types:
- opened
- reopened
- edited
- synchronize
jobs:
pr-check-reactive_form_annotation:
runs-on: ubuntu-latest
steps:
- name: Setup Flutter
uses: subosito/[email protected]
with:
flutter-version: 3.19.5
channel: stable
cache: true
- name: Check out repository code
uses: actions/checkout@v3
- name: reactive_forms_annotations => analyze
run: cd packages/reactive_forms_annotations && flutter pub get && flutter analyze
- name: reactive_forms_annotations => code formatting
run: cd packages/reactive_forms_annotations && flutter pub get && dart format --set-exit-if-changed lib