1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

Meta: Add script that checks consistency of keymaps

This commit is contained in:
Ben Wiederhake 2021-01-30 08:39:45 +01:00 committed by Andreas Kling
parent 9f60ce4801
commit d47ed35801
2 changed files with 129 additions and 0 deletions

View file

@ -20,6 +20,7 @@ for cmd in \
Meta/check-style.sh \
Meta/lint-executable-resources.sh \
Meta/lint-ipc-ids.sh \
Meta/lint-keymaps.py \
Meta/lint-shell-scripts.sh \
Meta/lint-prettier.sh \
Meta/lint-python.sh; do