Skip to content

Commit e62e895

Browse files
author
ckaadic
committed
v
1 parent db2bd30 commit e62e895

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-qmk.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ jobs:
4545
wget https://github.com/qmk/qmk_userspace/raw/main/qmk.json
4646
qmk userspace-add $GITHUB_WORKSPACE/users/${{ github.actor }}/keymaps/${{ matrix.keyboard }}.json
4747
48-
- name: Validate userspace
49-
run: qmk userspace-doctor
50-
5148
- name: Compile
52-
run: qmk userspace-compile -e SPLIT=${{ matrix.split }}
49+
run: qmk -v userspace-compile -e SPLIT=${{ matrix.split }}
5350

5451
- name: Calculate firmware size
5552
working-directory: qmk_firmware/.build/

0 commit comments

Comments
 (0)