update github CI to verify UID is unique
This commit is contained in:
parent
1fb12b497f
commit
82591a385b
3 changed files with 58 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue