Skip to content

chore(deps-dev): Bump @typescript-eslint/parser from 7.10.0 to 7.14.1 #16

chore(deps-dev): Bump @typescript-eslint/parser from 7.10.0 to 7.14.1

chore(deps-dev): Bump @typescript-eslint/parser from 7.10.0 to 7.14.1 #16

Workflow file for this run

name: pull_request
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
install_deps:
name: Install dependencies
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
run_checks:
name: Run code checks
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
needs:
- install_deps
run_unit_tests:
name: Run unit tests
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
needs:
- install_deps
with:
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
COVERAGE_FAIL_BELOW_MIN: 100