Skip to content

fix: fixed biology for value inputs - Ref gestion-de-projet#2595 #1776

fix: fixed biology for value inputs - Ref gestion-de-projet#2595

fix: fixed biology for value inputs - Ref gestion-de-projet#2595 #1776

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: 16.x
cache: 'npm'
- name: Install Dependencies
run: npm install --legacy-peer-deps
- name: Test
# run: npm run test
run: echo "No tests ATM"
- name: Lint
run: npm run lint && npx tsc --noEmit