feature(tinyusb): Software VBUS monitoring feature on ESP32P4 (part2/2) #1518
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: Run SBOM manifests validation test | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| jobs: | |
| test_sbom: | |
| name: Run SBOM manifests validation test | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: | | |
| git config --global safe.directory $(pwd) | |
| pip install esp-idf-sbom | |
| python3 -m esp_idf_sbom manifest validate |