diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 45fc24e1e6..044877f437 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -46,6 +46,14 @@ jobs: name: wpiformat fixes path: wpiformat-fixes.patch if: ${{ failure() }} + - name: Write to job summary + run: | + echo '```diff' >> $GITHUB_STEP_SUMMARY + cat wpiformat-fixes.patch >> $GITHUB_STEP_SUMMARY + echo '' >> $GITHUB_STEP_SUMMARY + echo '```' >> $GITHUB_STEP_SUMMARY + if: ${{ failure() }} + tidy: name: "clang-tidy" runs-on: ubuntu-latest