Skip to content

feat: Conditionally register LLM clients to account for PROD deployme… #293

feat: Conditionally register LLM clients to account for PROD deployme…

feat: Conditionally register LLM clients to account for PROD deployme… #293

name: Ruff linter
on:
pull_request:
push:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
with:
args: 'format --check --diff'