testing ci using external forgejo runner #84

Merged
zach merged 21 commits from forgejo-workflows into main 2026-05-16 01:26:00 +02:00
Showing only changes of commit c67a498f8d - Show all commits
+1
View File
@@ -23,6 +23,7 @@ jobs:
- name: QML lint - name: QML lint
run: | run: |
export PATH="$PATH:/usr/lib/qt6/bin:/usr/lib/qt6/libexec"
if command -v qmllint >/dev/null 2>&1; then if command -v qmllint >/dev/null 2>&1; then
if [ -n "$(find . -name "*.qml" -print -quit)" ]; then if [ -n "$(find . -name "*.qml" -print -quit)" ]; then
find . -name "*.qml" -print0 | xargs -0 qmllint find . -name "*.qml" -print0 | xargs -0 qmllint