H.264 Streaming Sample Applications #144
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 |