Shape Healing - Regression after #584 (#753)

Fixed issue with unstable shape order after fixing.
Fixed reference data which was changed
This commit is contained in:
Pasukhin Dmitry
2025-10-21 11:14:33 +01:00
committed by GitHub
parent de1fcc2018
commit 1c0bb24479
7 changed files with 27 additions and 47 deletions

View File

@@ -53,7 +53,9 @@ runs:
run: |
$files = Get-Content "changed_files.txt" | Where-Object { Test-Path $_ }
if ($files.Count -gt 0) {
python3 .github/actions/scripts/validate-license.py --files @files --fix
# Pass files as individual arguments
$files = @($files)
& python3 .github/actions/scripts/validate-license.py --files @files --fix
}
- name: Check formatting