Skip to content

Commit

Permalink
Add qmk info -l to show the layouts too (qmk#10882)
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed authored and ChrissiQ committed Nov 10, 2020
1 parent cfc9437 commit 61c02c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 61c02c9

Please sign in to comment.