Browse Source

Run clangd-tidy for the merge queue (#6041)

Necessary for switching off clang-tidy, just forgot about this
(temporarily switched back enforcement).
Jon Ross-Perkins 7 months ago
parent
commit
0da91115cd
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/clangd_tidy.yaml

+ 1 - 2
.github/workflows/clangd_tidy.yaml

@@ -8,8 +8,7 @@ on:
   push:
     branches: [trunk, action-test]
   pull_request:
-  # TODO: Don't run in merge_group until we're ready to replace clang-tidy.
-  # merge_group:
+  merge_group:
 
 permissions:
   contents: read # For actions/checkout.