Skip to content

Commit

Permalink
Run all validations always
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Jul 29, 2024
1 parent 12d1d4f commit bec2c46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@master
- name: Validate SQF
if: always()
run: python3 tools/sqf_validator.py
- name: Validate Config
if: always()
run: python3 tools/config_style_checker.py
- name: Validate Stringtables
if: always()
run: python3 tools/stringtable_validator.py
continue-on-error: true
- name: Check Strings
if: always()
run: python3 tools/check_strings.py
# - name: Check for BOM
# uses: arma-actions/bom-check@master
Expand Down

0 comments on commit bec2c46

Please sign in to comment.