Skip to content

build(deps): bump the go_modules group in /gentei with 2 updates #324

build(deps): bump the go_modules group in /gentei with 2 updates

build(deps): bump the go_modules group in /gentei with 2 updates #324

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 .