Skip to content

Commit

Permalink
Create validate_stringtables.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
R3voA3 authored Aug 15, 2024
1 parent 5e601d6 commit 14b33d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/validate_stringtables.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
workflow_dispatch:
push:
branches:
- 'master/**/stringtable.xml'
jobs:
validate_stringtables:
name: Checks stringtable for correct format
runs-on: ubuntu-latest

steps:
- name: Check Stringtables
run: python3 tools/stringtable_validator.py
- name: Check Strings

0 comments on commit 14b33d9

Please sign in to comment.