update github CI to verify UID is unique

This commit is contained in:
Ilya Zhuravlev 2021-01-12 11:51:33 -05:00
parent 1fb12b497f
commit 82591a385b
3 changed files with 58 additions and 2 deletions

View file

@ -8,7 +8,7 @@ on:
- 'keyboards/**'
jobs:
info:
build:
runs-on: ubuntu-latest
container: qmkfm/base_container
@ -18,7 +18,10 @@ jobs:
with:
fetch-depth: 0
- name: Verify Vial UID is unique
run: python3 util/ci_vial_verify_uid.py
- name: Compile Vial keyboards
run: |
make git-submodule
python3 util/compile_vial_keyboards.py
python3 util/ci_compile_vial_keyboards.py