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 12, 2024
1 parent 9bec90d commit 192dcc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -56,6 +56,6 @@ runs:
if (( ${#CHANGED_FILES[@]} )); then
if [[ '${{ inputs.failCondition }}' == never ]]; then set +e; fi
xmllint \
--schema ${{ github.workspace }}/UI/forms/XML-Schema-Qt5.15.xsd \
--schema ${{ github.workspace }}/frontend/forms/XML-Schema-Qt5.15.xsd \
--noout "${CHANGED_FILES[@]}"
fi

0 comments on commit 192dcc6

Please sign in to comment.