You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: "Verify no changes in missing-nullability-files.csv"
run: |
git diff --quiet -- .\tracer
if ($LASTEXITCODE -eq 1) {
git diff -- .\tracer
Write-Error "Found changes in missing-nullability-files.csv. Build the solution locally and ensure you have committed the missing-nullability-files.csv changes."