Skip to content

Bump @typescript-eslint/parser from 6.13.1 to 6.13.2 #3

Bump @typescript-eslint/parser from 6.13.1 to 6.13.2

Bump @typescript-eslint/parser from 6.13.1 to 6.13.2 #3

Workflow file for this run

name: Validate
on:
pull_request:
branches: [ master ]
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.16.x'
cache: 'npm'
- name: Install dependencies
run: npm ci
- run: npm lint
- run: npm test