Skip to content

Merge pull request #212 from MakeMonmouth/feature/get_single_user_pro… #361

Merge pull request #212 from MakeMonmouth/feature/get_single_user_pro…

Merge pull request #212 from MakeMonmouth/feature/get_single_user_pro… #361

Workflow file for this run

name: JavaScript Linter (eslint)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
working-directory: ./src-frontend
run: npm i
- name: Run ESLint
working-directory: ./src-frontend
run: npm run lint