Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.13.1 #411

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.13.1

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.13.1 #411

Workflow file for this run

name: "ESLint Check"
on:
pull_request:
branches: [ "main" ]
jobs:
test-lint:
name: Test Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.16
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Perform ESLint Check
run: yarn lint