mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
yaml sensitive to formatting crap
This commit is contained in:
10
.github/actions/build-tag-release/action.yml
vendored
10
.github/actions/build-tag-release/action.yml
vendored
@@ -111,11 +111,11 @@ runs:
|
||||
if: ${{ inputs.tag_release == 'true' }}
|
||||
shell: bash
|
||||
run: |
|
||||
cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \
|
||||
-i /azerothcore/modules/mod-eluna/LuaEngine/libs \
|
||||
-j $(nproc) --enable=warning,error \
|
||||
--cppcheck-build-dir=/home/runner/work/araxiaonline/mod-guildhouse/_cppcheck_cache \
|
||||
/azerothcore/modules/mod-guildhouse
|
||||
cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \
|
||||
-i /azerothcore/modules/mod-eluna/LuaEngine/libs \
|
||||
-j $(nproc) --enable=warning,error \
|
||||
--cppcheck-build-dir=/home/runner/work/araxiaonline/mod-guildhouse/_cppcheck_cache \
|
||||
/azerothcore/modules/mod-guildhouse
|
||||
|
||||
if [ -s report.txt ]; then
|
||||
cat report.txt
|
||||
|
||||
Reference in New Issue
Block a user