diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml new file mode 100644 index 00000000000..3fec1668ef8 --- /dev/null +++ b/.github/workflows/linter.yml @@ -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