Skip to content

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

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

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

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"

Check failure on line 13 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: 13, Col: 11): Error from called workflow boinkor-net/ci-baseline-nix/.github/workflows/lints.yml@036c667030bc10c9bbde1920c2f2aa789c5b42dc (Line: 33, Col: 13): Unexpected symbol: '""'. Located at position 29 within expression: steps.path_nodes.outputs != ""
with:
root: "tests/success"
success_test:
uses: "./.github/workflows/tests.yml"
with:
root: "tests/success"