Skip to content

feat: retry with direct call to OpenAI if fail JSON parsing #265

feat: retry with direct call to OpenAI if fail JSON parsing

feat: retry with direct call to OpenAI if fail JSON parsing #265

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'