Check worktree clean
does not detect diffs in the SDKs for missing files
#1827
Labels
impact/reliability
Something that feels unreliable or flaky
kind/engineering
Work that is not visible to an external user
If a file is missing from the
sdk
folder, theCheck worktree clean
action does not detect the diff. This is because we're deleting files not tracked in git before running theCheck worktree clean
action:pulumi-aws-native/Makefile
Line 116 in 4872ad6
This can cause issues like: #1826 where the python SDK is broken due to missing files.
The text was updated successfully, but these errors were encountered: