Skip to content

finalize and release #3

finalize and release

finalize and release #3

Workflow file for this run

name: "Pull Request"
on:
pull_request:
jobs:
ci:
uses: "./.github/workflows/job-ci.yaml"

Check failure on line 9 in .github/workflows/pull-request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yaml" -> "./.github/workflows/job-ci.yaml" : failed to fetch workflow: workflow was not found.
cleanup:
uses: "./.github/workflows/job-cleanup.yaml"
needs:
- ci