usbaudio: mark as deliberately unpublished #10
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: packages consistency | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # No submodule checkout on purpose: the structural checks read git | |
| # metadata, and they have to keep working for someone who has not run | |
| # `git submodule update --init`. | |
| - uses: actions/checkout@v4 | |
| - name: Check packages/ consistency | |
| run: python3 scripts/check-packages.py --online --skip-versions |