Skip to content

chore(workflows): move reusable workflows #1

chore(workflows): move reusable workflows

chore(workflows): move reusable workflows #1

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
secrets:
GITHUB_TOKEN:
required: true
GITHUB_ACTOR:
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