Skip to content

Commit

Permalink
Debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Jul 30, 2024
1 parent dff99eb commit 96c8934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Validate changed schemas
run: |
set -x
modified_files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} -- '**/theme.json' '**/styles/*.json' '**/assets/fonts/*.json')
echo "Modified files: $modified_files"
node theme-utils.mjs validate-schema "$modified_files"

0 comments on commit 96c8934

Please sign in to comment.