Skip to content

Fix Worker hang: use per-request connections instead of cached pool #122

Fix Worker hang: use per-request connections instead of cached pool

Fix Worker hang: use per-request connections instead of cached pool #122

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install modules
run: bun install --frozen-lockfile
- name: Run ESLint
run: bun run lint