Skip to content

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

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

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

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"
fail_on_path_inputs:
uses: "./.github/workflows/_internal_lint_failure.yml"

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

View workflow run for this annotation

GitHub Actions / Tests for this repo

Invalid workflow file

The workflow is not valid. In .github/workflows/e2e.yml (Line: 23, Col: 11): Error from called workflow boinkor-net/ci-baseline-nix/.github/workflows/_internal_lint_failure.yml@a9f2981afce333bd6da7e9382640edbdd492324e (Line: 24, Col: 36): Unrecognized named-value: 'failing_job'. Located at position 1 within expression: failing_job
with:
root: "./tests/fail-safety-check"
failing_job: "flake_safety"