messed up yam formatting (Hate yaml)

This commit is contained in:
2024-08-22 23:22:10 -04:00
parent ba4a8ad973
commit 3846c5fc37

View File

@@ -69,7 +69,7 @@ runs:
run: apt-get update && apt-get install -y cppcheck
- name: cpp check
if: ${{ inputs.tag_release == 'true' }}
if: ${{ inputs.tag_release == 'true' }}
shell: bash
run: |
cppcheck --force --inline-suppr --std=c++14 --output-file=report.txt /azerothcore/modules/${{ env.REPO_NAME }}