Skip to content

Bump typeorm from 0.3.17 to 0.3.19 in /src/backend #724

Bump typeorm from 0.3.17 to 0.3.19 in /src/backend

Bump typeorm from 0.3.17 to 0.3.19 in /src/backend #724

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