ci: check for incorrect assert usage in C++ files (#2461)

This commit is contained in:
Tyler Wilding
2023-04-08 15:19:37 -05:00
committed by GitHub
parent 59e0c5e264
commit 3dbbbd37d4
2 changed files with 29 additions and 0 deletions
+3
View File
@@ -35,3 +35,6 @@ jobs:
- name: Check for Unresolved Conflicts
run: python ./scripts/gsrc/check-for-conflicts.py
- name: Check for Incorrect Asserts
run: python ./scripts/ci/check-for-asserts.py