Skip to content

Bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.15.0 in /src/backend #709

Bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.15.0 in /src/backend

Bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.15.0 in /src/backend #709

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