mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:34:57 +00:00
Meta: Run lint-prettier.sh on CI
This commit is contained in:
parent
ee719c23d4
commit
fec7501d1a
2 changed files with 6 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue