Skip to content

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.5 in /gentei #316

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.5 in /gentei

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.5 in /gentei #316

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 .