We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0afcd commit 8e64b12Copy full SHA for 8e64b12
.github/workflows/build.yml
@@ -73,6 +73,8 @@ jobs:
73
- name: New boards check
74
run: python3 -u ci_new_boards_check.py
75
working-directory: tools
76
+ - name: Duplicate USB VID/PID Check
77
+ run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
78
- name: Build mpy-cross.static-raspbian
79
run: make -C mpy-cross -j2 -f Makefile.static-raspbian
80
- uses: actions/[email protected]
0 commit comments