Skip to content

chore(deps): bump @typescript-eslint/parser from 6.21.0 to 8.9.0 #1275

chore(deps): bump @typescript-eslint/parser from 6.21.0 to 8.9.0

chore(deps): bump @typescript-eslint/parser from 6.21.0 to 8.9.0 #1275

Workflow file for this run

name: Lint & Verify
on:
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate package.json
uses: ExpediaGroup/package-json-validator@v1
with:
rules: ranges
dependency-types: |
dependencies
devDependencies
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install Dependencies
run: npm ci
- name: Validate Copyright Headers
run: npm run verify:headers
- name: Build and Lint
run: |
npm run generate
npm run build:backend
npm run lint