Skip to content

fix: PromptNode run raises on empty inputs #4454

fix: PromptNode run raises on empty inputs

fix: PromptNode run raises on empty inputs #4454

Workflow file for this run

# If you change this name also do it in linting.yml and ci_metrics.yml
name: Linting
on:
pull_request:
paths-ignore:
- "**.py"
- "**/pyproject.toml"
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Skip mypy
run: echo "Skipped mypy"
pylint:
runs-on: ubuntu-latest
steps:
- name: Skip pylint
run: echo "Skipped pylint"