Skip to content

feat!: Moved several functionalities to new @spuxx/js-utils package #35

feat!: Moved several functionalities to new @spuxx/js-utils package

feat!: Moved several functionalities to new @spuxx/js-utils package #35

Workflow file for this run

name: main
on:
workflow_dispatch:
push:
branches:
- main
jobs:
run_checks:
name: Run code checks
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
run_unit_tests:
name: Run unit tests
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_unit_tests.yml@v4.0.0
with:
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
COVERAGE_FAIL_BELOW_MIN: 100