Skip to content

build(deps-dev): bump the react group in /mono with 1 update #2

build(deps-dev): bump the react group in /mono with 1 update

build(deps-dev): bump the react group in /mono with 1 update #2

Workflow file for this run

name: main-ci-mono
on:
push:
paths:
- "mono/**"
jobs:
main-ci-mono:
name: Main CI Mono
timeout-minutes: 5
runs-on: ubuntu-latest
env:
TURBO_URL: ${{ secrets.TURBO_URL }}
TURBO_CODE: ${{ secrets.TURBO_CODE }}
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.15.3
- name: install dependencies
run: cd mono && pnpm install --frozen-lockfile
- name: lint
run: cd mono && pnpm lint
- name: format
run: cd mono && pnpm format:check
- name: build
run: cd mono && pnpm build:ci