We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e480913 commit 15b327aCopy full SHA for 15b327a
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,8 @@ jobs:
15
- uses: actions/checkout@v4
16
- run: |
17
cmake -S . -B build
18
- cmake --build build > compilation.log 2>&1
+ echo "#cppwarningnotifier commit=${{ github.sha }}\n" >> compilation.log
19
+ cmake --build build >> compilation.log 2>&1
20
- uses: actions/upload-artifact@v4
21
with:
22
name: compilation_log
0 commit comments