Skip to content

Fix race condition between response end and the trace end #19

Fix race condition between response end and the trace end

Fix race condition between response end and the trace end #19

Workflow file for this run

name: Eslint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: "eslint"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Run eslint
run: pnpm eslint