Open flostadler opened 1 week ago
If a file is missing from the sdk folder, the Check worktree clean action does not detect the diff. This is because we're deleting files not tracked in git before running the Check worktree clean action: https://github.com/pulumi/pulumi-aws-native/blob/4872ad6770fdea2b086ba7eb723596f7183c43ea/Makefile#L116
sdk
Check worktree clean
This can cause issues like: https://github.com/pulumi/pulumi-aws-native/issues/1826 where the python SDK is broken due to missing files.
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: https://github.com/pulumi/pulumi-aws-native/blob/4872ad6770fdea2b086ba7eb723596f7183c43ea/Makefile#L116This can cause issues like: https://github.com/pulumi/pulumi-aws-native/issues/1826 where the python SDK is broken due to missing files.