Skip to content

Merge pull request #2 from thogue12/testing #1

Merge pull request #2 from thogue12/testing

Merge pull request #2 from thogue12/testing #1

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- main
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
needs: build-image
unit-sec-scan:
uses: ./.github/workflows/unit-sec-test.yml

Check failure on line 21 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" -> "./.github/workflows/unit-sec-test.yml" (source branch with sha:8a430bc76d3f89b84cc111e7bd2027ebce98d6e5) : workflow is not reusable as it is missing a `on.workflow_call` trigger
needs: lint-format