Skip to content

Commit

Permalink
Start letting ls handle it
Browse files Browse the repository at this point in the history
  • Loading branch information
rprospero committed Jun 3, 2024
1 parent 70ea2cd commit 3226ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ runs:
shell: bash
run: |
set -ex
ls ${{ runner.tmp }}/qt
ls ${{ runner.tmp }}/qt/bin
${{ runner.temp }}/qt/bin/qmlformat --version
find . -type f -regex '.*\.qml' -exec /usr/lib/qt6/bin/qmlformat -inw 4 '{}' \;
git diff
Expand Down

0 comments on commit 3226ffa

Please sign in to comment.