mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-01 05:21:44 +01:00
Add qmk info -l to show the layouts too (#10882)
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
if [[ $KEYMAP_ONLY -gt 0 ]]; then
|
||||
echo "linting ${KB}"
|
||||
|
||||
qmk lint --keyboard ${KB}
|
||||
qmk lint --keyboard ${KB} && qmk info -l --keyboard ${KB}
|
||||
fi
|
||||
done
|
||||
exit $exit_code
|
||||
|
||||
Reference in New Issue
Block a user