diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-09-17 11:48:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-17 11:48:46 -0700 |
| commit | 4b827b25ad9e9a89f52027c7460007ab213268fc (patch) | |
| tree | 5847ad531b2b72261003a7d1484e39636918ef90 /.github | |
| parent | 9cf9441ba6b32b53d0ba8d3e287302c620b79e34 (diff) | |
| parent | 95e27bb8bf3e0e3ab1f21e252dafe2c974f1ad30 (diff) | |
Merge pull request #2966 from sommersoft/ci_check_vid_pid
Automate USB VID/PID Uniqueness Check
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e7648e3e..c057ae0d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,6 +91,8 @@ jobs: - name: New boards check run: python3 -u ci_new_boards_check.py working-directory: tools + - name: Duplicate USB VID/PID Check + run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid - name: Build mpy-cross.static-raspbian run: make -C mpy-cross -j2 -f Makefile.static-raspbian - uses: actions/upload-artifact@v2 |
