Skip to content

New lint step that guards against presence of "path" inputs #1

New lint step that guards against presence of "path" inputs

New lint step that guards against presence of "path" inputs #1

Workflow file for this run

name: "Tests for this repo"
on:
workflow_call:
pull_request:
jobs:
success:
strategy:
matrix:
include:
- wf: build
- wf: lint
- wf: tests
uses: "./.github/workflows/${{matrix.wf}}.yml"

Check failure on line 14 in .github/workflows/e2e.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yml

Invalid workflow file

error parsing called workflow ".github/workflows/e2e.yml" -> "./.github/workflows/${{matrix.wf}}.yml" : failed to fetch workflow: workflow was not found.
with:
root: "tests/success"