Skip to content

DH-5776/fixing the bug with Azure OpenAI (#481) #1404

DH-5776/fixing the bug with Azure OpenAI (#481)

DH-5776/fixing the bug with Azure OpenAI (#481) #1404

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"