We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58ea19 commit e58d73eCopy full SHA for e58d73e
.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