Skip to content

chore: fix formatting of add-pipeline-templates-831f857c6387f8c3.yaml #3329

chore: fix formatting of add-pipeline-templates-831f857c6387f8c3.yaml

chore: fix formatting of add-pipeline-templates-831f857c6387f8c3.yaml #3329

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:
- "haystack/preview/**/*.py"
- "test/preview/**/*.py"
- "e2e/preview/**/*.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"