Skip to content

refactor: deprecate LLMConfig contextmanager, .current, .default #4598

refactor: deprecate LLMConfig contextmanager, .current, .default

refactor: deprecate LLMConfig contextmanager, .current, .default #4598

Workflow file for this run

name: "Git LFS Check"
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
lfs-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
lfs: true
- name: "Check Git LFS files for consistency, if you see error like 'pointer: unexpectedGitObject ... should have been a pointer but was not', please install Git LFS locally, delete the problematic file, and then add it back again. This ensures it's properly tracked."
run: |
git lfs fsck