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

This commit is contained in:
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

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