mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
Fixed issue with unstable shape order after fixing. Fixed reference data which was changed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user