We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9579983 commit 17fe5c2Copy full SHA for 17fe5c2
.gitlab-ci.yml
@@ -41,15 +41,15 @@ duplicate-includes:
41
script:
42
- ./tools/check-for-duplicate-includes.sh
43
44
-uninstalled-headers:
+duplicate-log-messages:
45
stage: test
46
47
- - ./tools/find-uninstalled-headers.py
+ - ./tools/check-messages.py
48
49
-messages:
+uninstalled-headers:
50
51
52
- - ./tools/check-messages.py
+ - ./tools/find-uninstalled-headers.py
53
54
missing-api-commands:
55
0 commit comments