now should report issue when incorrect
Format (JS/TS) / format (pull_request) Failing after 7s
Lint (JS/TS) / lint (pull_request) Successful in 5s
Lint (Python) / lint (pull_request) Failing after 14s
Lint (Rust) / lint (pull_request) Has been cancelled
Lint (QML) / lint (pull_request) Has been cancelled

This commit is contained in:
2026-05-16 00:33:37 +02:00
parent af04e5d227
commit e874c19ee2
5 changed files with 5 additions and 15 deletions
+1 -3
View File
@@ -28,9 +28,7 @@ jobs:
export PATH="$PATH:/usr/lib/qt6/bin:/usr/lib/qt6/libexec"
if command -v qmllint >/dev/null 2>&1; then
if [ -n "$(find . -name "*.qml" -print -quit)" ]; then
if ! find . -name "*.qml" -print0 | xargs -0 qmllint; then
echo "::warning::qmllint reported issues"
fi
find . -name "*.qml" -print0 | xargs -0 qmllint
else
echo "No QML files found"
fi