diff options
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/format.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/format.sh b/.ci/format.sh index 20c1d126..04274fa9 100755 --- a/.ci/format.sh +++ b/.ci/format.sh @@ -17,6 +17,8 @@ done; git diff --exit-code +./scripts/includemocs.py --insert-at-end -n src + if command -v /usr/lib64/qt6/bin/qmllint &> /dev/null; then /usr/lib64/qt6/bin/qmllint $QML_FILES elif command -v /usr/lib/qt6/bin/qmllint &> /dev/null; then |