Skip to content

fix: age non taken demographic and encouter form - Ref gestion-de-pro… #2334

fix: age non taken demographic and encouter form - Ref gestion-de-pro…

fix: age non taken demographic and encouter form - Ref gestion-de-pro… #2334

Workflow file for this run

name: cohort360-main-pipeline
on:
push:
branches:
- '**'
jobs:
dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Test
# run: npm run test
run: echo "No tests ATM"
- name: Lint
run: npm run lint && npx tsc --noEmit