Skip to content

fix(deps): update nextjs monorepo to v16 (#428) #1115

fix(deps): update nextjs monorepo to v16 (#428)

fix(deps): update nextjs monorepo to v16 (#428) #1115

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Bun
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version: 1.3.12
- name: Install Foundry (optional)
uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1.8.0
- name: Prettier check
run: bunx prettier@3.6.2 --check "**/*.{ts,tsx,md}" --ignore-path .prettierignore