We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d7714c + baa1b1e commit 199f92cCopy full SHA for 199f92c
1 file changed
.github/workflows/cmake-build.yml
@@ -91,7 +91,7 @@ jobs:
91
timeout-minutes: 180
92
93
- name: Analyze C++ code with lizard
94
- run: docker run --platform=linux/${{ matrix.arch }} --rm -v ${{ github.workspace }}:/KNP -w /KNP kasperskydh/knp-build-image ci/run_lizard.sh
+ run: docker run --platform=linux/${{ matrix.arch }} --rm -v ${{ github.workspace }}:/KNP -w /KNP kasperskydh/knp-build-image ci/run_lizard.py
95
continue-on-error: true
96
97
- name: Analyze Python code with PyLint
0 commit comments