Skip to content

refactor: display ScopeTreeTableRow - Ref gestion-de-projet#2027 #551

refactor: display ScopeTreeTableRow - Ref gestion-de-projet#2027

refactor: display ScopeTreeTableRow - Ref gestion-de-projet#2027 #551

Workflow file for this run

name: cohort360-main-pipeline
on:
push:
branches:
- '**'
jobs:
dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- 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