Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/report_clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
with:
script: |
// Not sure yet how to find out which PR triggered the run, so
// dump the whole context object to try to find useful information.
console.log('%o', context);
// dump the whole github.event object to try to find useful
// information.
console.log('%o', github.event);