Skip to content

Added Pebblo Docs Version - 0.1.19 #1246

Added Pebblo Docs Version - 0.1.19

Added Pebblo Docs Version - 0.1.19 #1246

Workflow file for this run

# If you change this name also do it in linting.yml
name: Linting
on:
pull_request:
paths-ignore:
- "docs/**/*.md"
- "docs/**/*.png"
- "docs/**/*.jpg"
- "docs/**/*.yml"
- "pebblo_safeloader/**/*.md"
- "pebblo_saferetriever/**/*.md"
- "**/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"