Skip to content

Custom annotations - Sync service package #1567

Custom annotations - Sync service package

Custom annotations - Sync service package #1567

Workflow file for this run

name: Run analysis and tests
on:
push:
branches: ['develop', 'master', 'qa', 'demo', 'uat']
pull_request:
branches: ['develop', 'master', 'qa', 'demo', 'uat']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Flutter action
uses: subosito/[email protected]
with:
flutter-version: "3.22.1"
- name: Clean previous builds
run: flutter clean
- name: Install dependencies
run: flutter pub get
- name: Generate models
run: ./tools/install_bricks.sh
- name: Analyze code
run: melos run analyze