Merge pull request #3355 from patricklodder/1.14.7-linter-trans

ci: add linter for translations
This commit is contained in:
chromatic 2023-10-25 15:02:39 -07:00 committed by GitHub
commit 86d754c0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/linter.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: linter
on:
push:
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
jobs:
translations:
name: Check Translations
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Lint translation files
run: python3 contrib/devtools/check-translations.py