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 40e0bdd commit 597501cCopy full SHA for 597501c
1 file changed
.github/workflows/ci.yml
@@ -28,3 +28,7 @@ jobs:
28
make
29
- name: Check output
30
run: find . -type f -name "*.so"
31
+ - name: Check output
32
+ run: find . -type f -name "*.h"
33
34
+ run: find . -type f -name "*.hpp"
0 commit comments