mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
updated cpp check for jobs and ignore
This commit is contained in:
3
.github/actions/build-tag-release/action.yml
vendored
3
.github/actions/build-tag-release/action.yml
vendored
@@ -108,7 +108,8 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \
|
||||
--exclude=LuaEngine/libs \
|
||||
-i /azerothcore/modules/mod-eluna/LuaEngine/libs \
|
||||
-j $(nproc)
|
||||
--enable=warning,error \
|
||||
--cppcheck-build-dir=/home/runner/work/${{ github.repository }}/_cppcheck_cache \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user