mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
removed error and just using warning
This commit is contained in:
2
.github/actions/build-tag-release/action.yml
vendored
2
.github/actions/build-tag-release/action.yml
vendored
@@ -113,7 +113,7 @@ runs:
|
||||
run: |
|
||||
cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \
|
||||
-i /azerothcore/modules/mod-eluna/LuaEngine/libs \
|
||||
-j $(nproc) --enable=warning,error \
|
||||
-j $(nproc) --enable=warning \
|
||||
--cppcheck-build-dir=/home/runner/work/araxiaonline/mod-guildhouse/_cppcheck_cache \
|
||||
/azerothcore/modules/mod-guildhouse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user