Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.21.0 #552

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.21.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.21.0 #552

Workflow file for this run

name: Lint (ESLInt)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# checkout
- name: Checkout repository code
uses: actions/checkout@v3
# install
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.6.9
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
# lint
- name: Run linters
run: pnpm lint