mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 10:46:15 +03:00
GHA CI: exclude checking for GUI i18n files
And bump hooks version along the way. PR #16484.
This commit is contained in:
parent
70ec183fca
commit
c627ed4b6f
1 changed files with 5 additions and 1 deletions
|
@ -5,11 +5,15 @@ repos:
|
||||||
name: Check newline characters in <translation> tag
|
name: Check newline characters in <translation> tag
|
||||||
entry: .github/workflows/check_translation_tag.py
|
entry: .github/workflows/check_translation_tag.py
|
||||||
language: script
|
language: script
|
||||||
|
exclude: |
|
||||||
|
(?x)^(
|
||||||
|
src/lang/.*
|
||||||
|
)$
|
||||||
types_or:
|
types_or:
|
||||||
- ts
|
- ts
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
||||||
rev: v4.0.1
|
rev: v4.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-json
|
- id: check-json
|
||||||
name: Check JSON files
|
name: Check JSON files
|
||||||
|
|
Loading…
Reference in a new issue