Skip to content

Commit b7229a4

Browse files
committed
[4.4] CI: Show doctool diffs inside submodules
1 parent 7861d9b commit b7229a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
echo "Running --doctool to see if this changes the public API without updating the documentation."
226226
echo -e "If a diff is shown, it means that your code/doc changes are incomplete and you should update the class reference with --doctool.\n\n"
227227
${{ matrix.bin }} --doctool --headless 2>&1 > /dev/null || true
228-
git diff --color --exit-code && ! git ls-files --others --exclude-standard | sed -e 's/^/New doc file missing in PR: /' | grep 'xml$'
228+
git diff --color --submodule=diff --ignore-submodules=none --exit-code && ! git ls-files --others --exclude-standard | sed -e 's/^/New doc file missing in PR: /' | grep 'xml$'
229229
230230
# Check API backwards compatibility
231231
- name: Check for GDExtension compatibility

0 commit comments

Comments
 (0)