Skip to content

space

space #2

Workflow file for this run

name: PR Workflow
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
contents: read
security-events: write
actions: read
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
lint-format:
uses: ./.github/workflows/lint-format.yml

Check failure on line 20 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr.yml" -> "./.github/workflows/lint-format.yml" (source branch with sha:8a430bc76d3f89b84cc111e7bd2027ebce98d6e5) : workflow is not reusable as it is missing a `on.workflow_call` trigger
needs: build-image
unit-sec-scan:
uses: ./.github/workflows/unit-sec-test.yml
needs: lint-format