Skip to content

chore(deps): bump next from 16.1.5 to 16.1.6 in the next group #4

chore(deps): bump next from 16.1.5 to 16.1.6 in the next group

chore(deps): bump next from 16.1.5 to 16.1.6 in the next group #4

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
merge_group:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/run.yml
secrets: inherit
with:
cmd: pnpm build && pnpm lint
generate:
uses: ./.github/workflows/run.yml
secrets: inherit
with:
cmd: pnpm build && git diff --exit-code
build:
uses: ./.github/workflows/run.yml
secrets: inherit
with:
cmd: pnpm build && pnpm run setup && bash .github/start.sh
test:
uses: ./.github/workflows/run.yml
secrets: inherit
with:
cmd: pnpm build && pnpm run setup && pnpm test:unit