Meta: Run lint-prettier.sh on CI

This commit is contained in:
Linus Groh 2020-12-27 15:36:40 +01:00 committed by Andreas Kling
commit fec7501d1a
Notes: sideshowbarker 2024-07-19 00:33:02 +09:00
2 changed files with 6 additions and 3 deletions

View file

@ -19,7 +19,8 @@ for cmd in \
Meta/check-style.sh \
Meta/lint-executable-resources.sh \
Meta/lint-ipc-ids.sh \
Meta/lint-shell-scripts.sh; do
Meta/lint-shell-scripts.sh \
Meta/lint-prettier.sh; do
echo "Running ${cmd}... "
if "${cmd}" "$@"; then
echo -e "[${GREEN}OK${NC}]: ${cmd}"