feat: Add Atracsys Visualizer for spryTrack 300 RGB (Visible, IR, Structured Light) and Marker Tracking #8101
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 |