We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74d7aa commit 6bfa91dCopy full SHA for 6bfa91d
.github/workflows/cpp-linter.yml
@@ -48,7 +48,7 @@ jobs:
48
mkdir build && cd build
49
cmake .. -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
50
cmake --build .
51
- - uses: cpp-linter/cpp-linter-action@0f6d1b8d7e38b584cbee606eb23d850c217d54f8
+ - uses: cpp-linter/cpp-linter-action@0f6d1b8d7e38b584cbee606eb23d850c217d54f8 # v2.15.1
52
id: linter
53
continue-on-error: true
54
env:
0 commit comments