Skip to content

test AEF-DDF-all

test AEF-DDF-all #4

Workflow file for this run

on:

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

View workflow run for this annotation

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

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
workflow_call:
inputs:
event_name:
required: true
run_id:
required: true
jobs:
ddf_workflows:
strategy:
matrix:
workflow: [lint, document, pkgdown]
steps:
uses: ssi-dk/AEF-DDF/reuseable_workflows/${{ matrix.workflow }}.yaml@main
with:
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
run_event: ${{ run_event.${{ matrix.workflow }} }}
secrets: inherit