1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00
Satori/.github/workflows/aspnetcore-sync-checkdiff.ps1

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