Add uses format validation for step and job-level workflows (#220)

This commit is contained in:
eric sciple
2025-12-03 09:44:36 -06:00
committed by GitHub
parent 03ffd0c44d
commit 216fcbb8c4
9 changed files with 1220 additions and 29 deletions
@@ -635,7 +635,7 @@ jobs:
fail-fast: true
matrix:
node: [14, 16]
uses: ./reusable-workflow-with-inputs.yaml
uses: ./.github/workflows/reusable-workflow-with-inputs.yaml
with:
username: User-\${{ strategy.fail-fast }}
`;
@@ -654,7 +654,7 @@ jobs:
strategy:
matrix:
node: [14, 16]
uses: ./reusable-workflow-with-inputs.yaml
uses: ./.github/workflows/reusable-workflow-with-inputs.yaml
with:
username: \${{ matrix.node }}
`;