pulumi / pulumi-aws-native

AWS Native Provider for Pulumi
Apache License 2.0
95 stars 17 forks source link

`Check worktree clean` does not detect diffs in the SDKs for missing files #1827

Open flostadler opened 1 week ago

flostadler commented 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

This can cause issues like: https://github.com/pulumi/pulumi-aws-native/issues/1826 where the python SDK is broken due to missing files.