Skip to content

feat: shorten multiMatchGameX #789

feat: shorten multiMatchGameX

feat: shorten multiMatchGameX #789

Workflow file for this run

name: Lint translations
on:
push:
paths:
- '.github/workflows/translations.yml'
- 'translation/**'
- 'bin/trans-lint.py'
pull_request:
paths:
- '.github/workflows/translations.yml'
- 'translation/**'
- 'bin/trans-lint.py'
jobs:
translations:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
# TODO: Removing this until we have a proper setup
#- name: Install xmllint
#run: sudo apt-get update && sudo apt-get install -y libxml2-utils
#- name: Validate translation files
#run: xmllint --noout --dtdvalid translation/resources.dtd translation/**/*.xml
#- name: Lint translation files
#run: ./bin/trans-lint.py translation/dest/*/*.xml