Skip to content

HLM-3068:: Track Adverse Events #478

HLM-3068:: Track Adverse Events

HLM-3068:: Track Adverse Events #478

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@9a04e6d73cca37bd455e0608d7e5092f881fd603
- name: Flutter action
uses: subosito/[email protected]
- name: Generate models
run: ./tools/install_bricks.sh
- name: Analyze code
run: melos run analyze