Skip to content

Commit 8e64b12

Browse files
committed
build.yml: add step to run tools/ci_check_duplicate_usb_vid_pid.py
1 parent de0afcd commit 8e64b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
- name: New boards check
7474
run: python3 -u ci_new_boards_check.py
7575
working-directory: tools
76+
- name: Duplicate USB VID/PID Check
77+
run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
7678
- name: Build mpy-cross.static-raspbian
7779
run: make -C mpy-cross -j2 -f Makefile.static-raspbian
7880
- uses: actions/[email protected]

0 commit comments

Comments
 (0)