Skip to content

Bump @typescript-eslint/parser from 6.1.0 to 6.2.0 #1151

Bump @typescript-eslint/parser from 6.1.0 to 6.2.0

Bump @typescript-eslint/parser from 6.1.0 to 6.2.0 #1151

Workflow file for this run

name: ESLint
on:
push:
branches:
- master
pull_request:
jobs:
tests:
name: Code Standard & Format
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Node v16
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint