Skip to content

Updated to new simplified reusable workflow model #5

Updated to new simplified reusable workflow model

Updated to new simplified reusable workflow model #5

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
Test:
uses: BPXFormat/workflows/.github/workflows/Build_Test.yml@main
Analyze:
uses: BPXFormat/workflows/.github/workflows/Analyze.yml@main
needs: Test