Skip to content

Commit

Permalink
Merge pull request dogecoin#3355 from patricklodder/1.14.7-linter-trans
Browse files Browse the repository at this point in the history
ci: add linter for translations
  • Loading branch information
chromatic authored Oct 25, 2023
2 parents be2ee04 + cf48530 commit 86d754c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 86d754c

Please sign in to comment.