Skip to content

New field added client-secret for Azure client secret ID. #1219

New field added client-secret for Azure client secret ID.

New field added client-secret for Azure client secret ID. #1219

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"