Skip to content

QPPA-9423: Adds strong typing to index.ts #771

QPPA-9423: Adds strong typing to index.ts

QPPA-9423: Adds strong typing to index.ts #771

Workflow file for this run

name: QPP Measures Data Feature PR CI/Checks
on:
pull_request:
types: [opened, synchronize]
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Codebase
uses: actions/checkout@v4
- name: Configure Node version and registry
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Run Unit Tests
run: npm test