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 f3cc21d commit 4df8eb7Copy full SHA for 4df8eb7
.github/workflows/cpp-linter.yml
@@ -39,7 +39,7 @@ jobs:
39
mkdir build && cd build
40
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
41
cmake --build .
42
- - uses: cpp-linter/cpp-linter-action@d7155ea6699028b6b09b0457e26b3c5d73f0ed46
+ - uses: cpp-linter/cpp-linter-action@f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a
43
id: linter
44
continue-on-error: true
45
env:
0 commit comments