Skip to content

[Snyk] Security upgrade @nestjs/platform-express from 10.2.10 to 10.3.6 #736

[Snyk] Security upgrade @nestjs/platform-express from 10.2.10 to 10.3.6

[Snyk] Security upgrade @nestjs/platform-express from 10.2.10 to 10.3.6 #736

Workflow file for this run

name: 'API Pull Request Lint'
on:
pull_request:
branches: [main]
paths:
- "src/backend/**"
workflow_dispatch:
jobs:
API-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install project dependencies, run lint
run: |
cd src/backend
npm ci
npm run lint