Lint bug Fix
This commit is contained in:
ShahanaFarooqui 2024-06-10 16:41:37 -07:00 committed by GitHub
parent f01815bd04
commit b6dbd23ae7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 31 additions and 33 deletions

View file

@ -59,12 +59,9 @@ jobs:
if: steps.cache-npm-packages.outputs.cache-hit != 'true'
run: npm ci --legacy-peer-deps
- name: Lint Scripts
- name: Lint Src and Server
run: npm run lint
- name: Lint Server Script
run: npm run lintServer
test:
name: Test
runs-on: ubuntu-latest