mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
Merge pull request #3355 from patricklodder/1.14.7-linter-trans
ci: add linter for translations
This commit is contained in:
commit
86d754c0e9
17
.github/workflows/linter.yml
vendored
Normal file
17
.github/workflows/linter.yml
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user