Fix frame count mismatch in EndoNeRF loaders of surgical_scene_recon #7382
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: Check linting | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| push: | |
| branches: [main, holoscan-sdk-lws2] | |
| permissions: | |
| contents: read | |
| jobs: | |
| check-lint: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v4 | |
| - name: Install Dependencies | |
| run: sudo ./holohub lint --install-dependencies | |
| - name: Run linter | |
| run: ./holohub lint |