Add qmk info -l to show the layouts too (#10882)

master
Zach White 2020-11-07 11:36:47 -08:00 committed by GitHub
parent 4d33d72975
commit bd1c048a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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