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 be003a1 commit 6d19113Copy full SHA for 6d19113
.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