Skip to content

⬆️ Bump @typescript-eslint/parser from 6.9.0 to 6.19.0 #238

⬆️ Bump @typescript-eslint/parser from 6.9.0 to 6.19.0

⬆️ Bump @typescript-eslint/parser from 6.9.0 to 6.19.0 #238

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- name: Install ESLint
run: npm install
- name: Run ESLint
run: npm run lint