Skip to content

feat(server): Adds narrative reconstruction to Problems, Immunizations, and Medications Administered #6288

feat(server): Adds narrative reconstruction to Problems, Immunizations, and Medications Administered

feat(server): Adds narrative reconstruction to Problems, Immunizations, and Medications Administered #6288

Workflow file for this run

name: Pipeline
on:
pull_request:
branches:
- "**"
merge_group:
types:
- checks_requested
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-linter:
uses: ./.github/workflows/lint.yml
run-tests:
uses: ./.github/workflows/tests.yml
run-type-checking:
uses: ./.github/workflows/typecheck.yml
run-build:
uses: ./.github/workflows/build.yml