Skip to content

chore: Renamed release-please files #43

chore: Renamed release-please files

chore: Renamed release-please files #43

Workflow file for this run

name: main
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
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
run_release_please:
name: Create release-please pull request and release
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0

Check failure on line 27 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0" (source branch with sha:9660ff5dcba393547b18c31b4e862d422e1afcf0) : You have an error in your yaml syntax on line 51
needs:
- run_checks
- run_unit_tests
secrets:
TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}