Skip to content

feat: Expose default_headers and add kwargs for Azure Client #88

feat: Expose default_headers and add kwargs for Azure Client

feat: Expose default_headers and add kwargs for Azure Client #88

name: run docstrings linting
on:
push:
branches:
- docstrings-linting
jobs:
docstrings-linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Hatch
run: pip install hatch=="1.9.3"
- name: ruff docstrings linting
run: hatch run ruff check haystack