Skip to content

Update dependency eslint to v8.57.1 #611

Update dependency eslint to v8.57.1

Update dependency eslint to v8.57.1 #611

Workflow file for this run

name: ESLint
on:
push:
branches-ignore:
- main
jobs:
ESLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: pnpm/action-setup@v4
with:
version: 9
- name: ci
run: cd TypeScript && pnpm install
- name: ESLint
run: cd TypeScript && pnpm lint