Skip to content

build(deps-dev): Bump vite from 5.4.2 to 5.4.6 in /apps/nest #178

build(deps-dev): Bump vite from 5.4.2 to 5.4.6 in /apps/nest

build(deps-dev): Bump vite from 5.4.2 to 5.4.6 in /apps/nest #178

Workflow file for this run

name: pull_request
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
run_checks:
name: Run code checks
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
with:
PNPM_BUILD: true
run_unit_tests:
name: Run tests (vitest)
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
with:
PNPM_BUILD: true