Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
rprospero committed Jun 3, 2024
1 parent 7ea6fed commit a3477b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/qc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ runs:
shell: bash
run: |
set -ex
ls ${{ runner.temp }}/qt
ls ${{ runner.temp }}/qt/${{ inputs.qtVersion }}
ls ${{ runner.temp }}/qt/${{ inputs.qtVersion }}/gcc_64
ls ${{ runner.temp }}/qt/${{ inputs.qtVersion }}/gcc_64/bin
${{ runner.temp }}/qt/${{ inputs.qtVersion }}/gcc_64/bin/qmlformat --version
find . -type f -regex '.*\.qml' -exec ${{ runner.temp }}/qt/${{ inputs.qtVersion }}/gcc_64/bin/qmlformat -inw 4 '{}' \;
git diff
Expand Down

0 comments on commit a3477b5

Please sign in to comment.