Skip to content

f added aef

f added aef #5

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/AEF-DDF-all.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/AEF-DDF-all.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: ddf_workflows
workflow_call:
inputs:
event_name:
required: true
type: string
run_id:
required: true
type: string
jobs:
ddf_workflows:
strategy:
matrix:
workflow: [lint, document]
run: echo ./.github/workflows/${{ matrix.workflow }}.yaml
#uses: ./.github/workflows/${{ matrix.workflow }}.yaml
with:
event_name: ${{ inputs.event_name }}
run_id: ${{ inputs.run_id }}
secrets: inherit