Skip to content

Merge branch 'master' of https://github.com/SRN-SE-Fall24/CookSmart #1

Merge branch 'master' of https://github.com/SRN-SE-Fall24/CookSmart

Merge branch 'master' of https://github.com/SRN-SE-Fall24/CookSmart #1

name: Code Formatter and Syntax Check
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: Check the source code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: |
cd Code/backend
npm install
- name: Lint
run: |
cd Code/backend
npx eslint ./dao