pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
26 stars 23 forks source link

check if the workspace is clean after building the SDKs #300

Closed tgummerer closed 2 months ago

tgummerer commented 2 months ago

It's easy to forget to check in the xml doc files that are created during the build. See for example https://github.com/pulumi/pulumi-dotnet/pull/299.

Add a CI check that checks if the workspace is clean, to make sure all the relevant files have been checked in.