Skip to content

Hotfix: remove DPO hyperparameter validations (#329) #855

Hotfix: remove DPO hyperparameter validations (#329)

Hotfix: remove DPO hyperparameter validations (#329) #855

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/[email protected]