mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
remove lualibs from cppcheck
This commit is contained in:
2
.github/actions/build-tag-release/action.yml
vendored
2
.github/actions/build-tag-release/action.yml
vendored
@@ -81,8 +81,10 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \
|
||||
--exclude=LuaEngine/libs \
|
||||
--jobs=$(nproc) --enable=warning,error \
|
||||
--cppcheck-build-dir=/home/runner/work/${{ github.repository }}/_cppcheck_cache \
|
||||
|
||||
/azerothcore/modules/${{ env.REPO_NAME }}
|
||||
if [ -s report.txt ]; then
|
||||
cat report.txt
|
||||
|
||||
Reference in New Issue
Block a user