Skip to content

Bump openai from 2.11.0 to 2.14.0 #39

Bump openai from 2.11.0 to 2.14.0

Bump openai from 2.11.0 to 2.14.0 #39

Workflow file for this run

name: Lint and Format
on:
pull_request:
branches:
- main
jobs:
lint-and-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
- run: ruff check --fix
- run: ruff format --check