Skip to content

DB connection improvements #58

DB connection improvements

DB connection improvements #58

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
- development
workflow_dispatch:
jobs:
lint-types-test:
name: Lint & Types Check & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install
- run: pnpm lint check-types test