Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci: Update checkout action #11699

Merged
merged 2 commits into from
Jun 17, 2024
Merged

Ci: Update checkout action #11699

merged 2 commits into from
Jun 17, 2024

Conversation

TheOneRing
Copy link
Contributor

No description provided.

@TheOneRing TheOneRing force-pushed the work/qml_format2 branch 5 times, most recently from 8fcbe67 to 97e8e04 Compare June 14, 2024 11:51
@TheOneRing
Copy link
Contributor Author

TheOneRing commented Jun 14, 2024

An example for a run with invalid formatted qml code can be found here https://github.com/owncloud/client/actions/runs/9515560855/job/26230040677



Exec: /usr/bin/python3 /github/home/craft/CraftMaster/CraftMaster/CraftMaster.py --config /__w/client/client/.github/workflows/../..//.craft.ini --config-override /__w/client/client/.github/workflows/../..//.github/workflows/craft_override.ini --target linux-64-gcc --variables WORKSPACE=/github/home/craft -c --run pwsh -c git ls-files *.qml | %{ qmlformat -i $_}
CraftMaster Arguments: /github/home/craft/CraftMaster/CraftMaster/CraftMaster.py --config /__w/client/client/.github/workflows/../..//.craft.ini --config-override /__w/client/client/.github/workflows/../..//.github/workflows/craft_override.ini --target linux-64-gcc --variables WORKSPACE=/github/home/craft -c --run pwsh -c "git ls-files *.qml | %{ qmlformat -i $_}"
Craft               : /github/home/craft/CraftMaster/linux-64-gcc
ABI                 : linux-gcc-x86_64
Download directory  : /github/home/craft/CraftMaster/downloads
Cache repository    : https://download.owncloud.com/desktop/craft/cache/6.0/Qt_6.7.1_0/linux/gcc/x86_64
executing command: /opt/microsoft/powershell/7/pwsh -c git ls-files *.qml | %{ qmlformat -i $_}
diff --git a/src/gui/qml/FolderError.qml b/src/gui/qml/FolderError.qml
index 1f1575c..b2380a9 100644
--- a/src/gui/qml/FolderError.qml
+++ b/src/gui/qml/FolderError.qml
@@ -29,7 +29,7 @@ ColumnLayout {
             Layout.maximumHeight: 16
             Layout.maximumWidth: 16
             sourceSize.width: width
-            sourceSize.height:height
+            sourceSize.height: height
         }
         Label {
             id: label
@@ -55,7 +55,7 @@ ColumnLayout {
                 Layout.alignment: Qt.AlignHCenter
                 text: "<a href='foo'>" + qsTr("Show less") + "</a>"
                 onLinkActivated: {
-            collapsed = true
+                    collapsed = true;
                 }
             }
         }

@TheOneRing TheOneRing requested a review from erikjv June 14, 2024 11:51
@TheOneRing TheOneRing force-pushed the work/qml_format2 branch 2 times, most recently from 7ed85fc to c2446f8 Compare June 14, 2024 12:12
@TheOneRing TheOneRing merged commit c678066 into master Jun 17, 2024
7 checks passed
@TheOneRing TheOneRing deleted the work/qml_format2 branch June 17, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants