Skip to content

fix: Avoid crashing when models return the incorrect object const #1127

fix: Avoid crashing when models return the incorrect object const

fix: Avoid crashing when models return the incorrect object const #1127

name: pre-commit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1