Skip to content

Feature/jenny/final finishes #159

Feature/jenny/final finishes

Feature/jenny/final finishes #159

Workflow file for this run

name: Backend - lint and style checks
on:
pull_request:
branches:
- main
jobs:
backend:
name: Backend check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- working-directory: backend
run: |
npm ci
npm run lint-check