diff options
author | Linus Groh <mail@linusgroh.de> | 2020-12-27 15:36:40 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-27 21:25:27 +0100 |
commit | fec7501d1ab7ee3628d09e6ac8b5a8e72bec821c (patch) | |
tree | 45505109bebcf1a9474a6bc01fcc90dfe729299b /Meta/lint-ci.sh | |
parent | ee719c23d49677270533cbe924d43dcd550a344d (diff) | |
download | serenity-fec7501d1ab7ee3628d09e6ac8b5a8e72bec821c.zip |
Meta: Run lint-prettier.sh on CI
Diffstat (limited to 'Meta/lint-ci.sh')
-rwxr-xr-x | Meta/lint-ci.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Meta/lint-ci.sh b/Meta/lint-ci.sh index bf4cbbedc7..746b1365a3 100755 --- a/Meta/lint-ci.sh +++ b/Meta/lint-ci.sh @@ -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}" |