Skip to content

Fix issue with breaking checkpoint manager #744

Fix issue with breaking checkpoint manager

Fix issue with breaking checkpoint manager #744

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
GIT_LFS_SKIP_SMUDGE: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]