Skip to content

fix: improve code for unit tests and fix LLM client logic (#39) #363

fix: improve code for unit tests and fix LLM client logic (#39)

fix: improve code for unit tests and fix LLM client logic (#39) #363

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'