Skip to content

build(deps-dev): Bump vite-plugin-dts from 3.8.1 to 3.9.1 #2

build(deps-dev): Bump vite-plugin-dts from 3.8.1 to 3.9.1

build(deps-dev): Bump vite-plugin-dts from 3.8.1 to 3.9.1 #2

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/[email protected]
run_unit_tests:
name: Run unit tests
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
with:
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
COVERAGE_FAIL_BELOW_MIN: 100