Skip to content

Fix bug with closing client before check #559

Fix bug with closing client before check

Fix bug with closing client before check #559

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: 'latest'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npx eslint .