Skip to content

implement connection params #2

implement connection params

implement connection params #2

Workflow file for this run

name: Lint and Test
on:
pull_request:
workflow_dispatch:
jobs:
my-job:
name: my-job
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun lint
- run: bun test