mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
messed up yam formatting (Hate yaml)
This commit is contained in:
2
.github/actions/build-tag-release/action.yml
vendored
2
.github/actions/build-tag-release/action.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user