readded back int repo_name targetting

This commit is contained in:
2024-08-23 01:25:16 -04:00
parent 05c6edacff
commit ec1f9158bb

View File

@@ -114,8 +114,8 @@ runs:
cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \
-i /azerothcore/modules/mod-eluna/LuaEngine/libs \
-j $(nproc) --enable=warning \
--cppcheck-build-dir=/home/runner/work/araxiaonline/mod-guildhouse/_cppcheck_cache \
/azerothcore/modules/mod-guildhouse
--cppcheck-build-dir=/home/runner/work/araxiaonline/${{ env.REPO_NAME }}/_cppcheck_cache \
/azerothcore/modules/${{ env.REPO_NAME }}
if [ -s report.txt ]; then
cat report.txt