update github CI to verify UID is unique
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user