Save clip_start_frame attribute to output pose HDF5 file #149
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull Request Checks | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| format-lint: | |
| name: "Format and Lint" | |
| uses: ./.github/workflows/_format-lint-action.yml | |
| test: | |
| name: "Run Tests" | |
| needs: format-lint | |
| uses: ./.github/workflows/_run-tests-action.yml |