Skip to content

build(deps): bump github.com/lib/pq from 1.10.7 to 1.10.9 in /gentei #321

build(deps): bump github.com/lib/pq from 1.10.7 to 1.10.9 in /gentei

build(deps): bump github.com/lib/pq from 1.10.7 to 1.10.9 in /gentei #321

Workflow file for this run

name: frontend
on:
pull_request:
defaults:
run:
working-directory: frontend
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16.x"
- name: node prereqs
run: |
corepack enable
yarn add -D --exact prettier
- run: yarn prettier --check .