Skip to content

Hcmpre 465 checklist description mapping #1539

Hcmpre 465 checklist description mapping

Hcmpre 465 checklist description mapping #1539

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
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.16.5"
- name: Generate models
run: ./tools/install_bricks.sh
- name: Analyze code
run: melos run analyze