Skip to content

Commit

Permalink
CI: Update Qt XML validator to use new frontend directory
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Dec 11, 2024
1 parent 9bec90d commit 78ab64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/qt-xml-validator/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
uses: ./.github/actions/check-changes
id: checks
with:
checkGlob: 'UI/forms/**/*.ui'
checkGlob: 'frontend/forms/**/*.ui'

- name: Validate XML 💯
if: fromJSON(steps.checks.outputs.hasChangedFiles)
Expand Down

0 comments on commit 78ab64b

Please sign in to comment.