We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073ad7e commit c3a9866Copy full SHA for c3a9866
.github/workflows/clang-format.yml
@@ -1,5 +1,6 @@
1
name: clang-format check
2
-on: [push, pull_request]
+on: [check_run, pull_request, push]
3
+
4
jobs:
5
formatting-check:
6
name: formatting check
0 commit comments