Skip to content

Shriya: Diagnosis Input and Labelling #76

Shriya: Diagnosis Input and Labelling

Shriya: Diagnosis Input and Labelling #76

Workflow file for this run

name: ESLint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dashboard dependencies
run: npm ci
- name: Install cloud function dependencies
run: |
cd functions
npm ci
- name: Run ESLint
run: npm run lint