Skip to content

Update dependency @types/chai to v4.3.18 #587

Update dependency @types/chai to v4.3.18

Update dependency @types/chai to v4.3.18 #587

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