Skip to content

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

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

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

Workflow file for this run

name: "Tests for this repo"
on:
workflow_call:
pull_request:
jobs:
success_build:
uses: "./.github/workflows/build.yml"
with:
root: "tests/success"
success_lint:
uses: "./.github/workflows/lints.yml"
with:
root: "tests/success"
success_test:
uses: "./.github/workflows/tests.yml"
with:
root: "tests/success"