Skip to content

Commit

Permalink
try and point to qmlformat again
Browse files Browse the repository at this point in the history
  • Loading branch information
rprospero committed Jun 3, 2024
1 parent fdbab95 commit 70ea2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ runs:
shell: bash
run: |
export PATH="$(python3 -m site --user-base)/bin:$PATH"
aqt install-qt --outputdir ${{ runner.temp }}/qt linux desktop ${{ inputs.qtVersion }} -m qtdeclarative
aqt install-qt --outputdir ${{ runner.temp }}/qt linux desktop ${{ inputs.qtVersion }}
- name: QML Formatting
shell: bash
run: |
set -ex
qmlformat --version
${{ runner.temp }}/qt/bin/qmlformat --version
find . -type f -regex '.*\.qml' -exec /usr/lib/qt6/bin/qmlformat -inw 4 '{}' \;
git diff
git diff --quiet
Expand Down

0 comments on commit 70ea2cd

Please sign in to comment.