Skip to content

Development

Development #24

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
test-build:
uses: bp3d-actions/workflows/.github/workflows/Build_Test.yml@main
analyze:
uses: bp3d-actions/workflows/.github/workflows/Analyze.yml@main

Check failure on line 12 in .github/workflows/development.yml

View workflow run for this annotation

GitHub Actions / Development

Invalid workflow file

The workflow is not valid. In .github/workflows/development.yml (Line: 12, Col: 11): Error from called workflow bp3d-actions/workflows/.github/workflows/Analyze.yml@main (Line: 5, Col: 3): The workflow must contain at least one job with no dependencies.
needs: test-build
release:
uses: bp3d-actions/workflows/.github/workflows/Release.yml@main
needs: test-build