Skip to content

f test aef-ddf workflows #8

f test aef-ddf workflows

f test aef-ddf workflows #8

Workflow file for this run

on:
workflow_call:
inputs:
event_name:
required: true
run_id:
required: true
jobs:
ddf_workflows:
strategy:
matrix:
workflow: [lint, document, pkgdown]
steps:

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

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 14
- uses: ./.github/workflows/${{ matrix.workflow }}.yaml@main
with:
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
secrets: inherit