mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 11:37:04 +09:00
3 lines
No EOL
123 B
PowerShell
3 lines
No EOL
123 B
PowerShell
# Check the code is in sync
|
|
$changed = (select-string "nothing to commit" artifacts\status.txt).count -eq 0
|
|
return $changed |