Skip to content

build(deps): bump pg and @types/pg #461

build(deps): bump pg and @types/pg

build(deps): bump pg and @types/pg #461

Workflow file for this run

name: Link, format, and unit tests
on:
push:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run prettier -check
run: |
npm ci
npm run format
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run eslint
run: |
npm ci
npm run lint