Skip to content

SMA-91 rest api should return 400 when data is invalid #662

SMA-91 rest api should return 400 when data is invalid

SMA-91 rest api should return 400 when data is invalid #662

name: Check the React source code
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend/sportsmatch-app
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: latest
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint