diff --git a/.github/workflows/unstable-generation.yml b/.github/workflows/unstable-generation.yml index c66352b..a9b811f 100644 --- a/.github/workflows/unstable-generation.yml +++ b/.github/workflows/unstable-generation.yml @@ -48,6 +48,10 @@ jobs: - name: Build packages run: dotnet build -c Release + - name: [Debug] Check if generated client files were modified + id: diff + run: echo "$(git status -s | grep cs | grep -v csproj | wc -l)" + - name: Check if generated client files were modified id: diff run: echo "::set-output name=count::$(git status -s | grep cs | grep -v csproj | wc -l)"