Browse Source

Move script into its own subfolder

adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
69df85f564
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 0
      .github/workflows/helper/pre-commit/check_translation_tag.py
  2. 2
      .pre-commit-config.yaml

0
.github/workflows/check_translation_tag.py → .github/workflows/helper/pre-commit/check_translation_tag.py

2
.pre-commit-config.yaml

@ -3,7 +3,7 @@ repos: @@ -3,7 +3,7 @@ repos:
hooks:
- id: check-translation-tag
name: Check newline characters in <translation> tag
entry: .github/workflows/check_translation_tag.py
entry: .github/workflows/helper/pre-commit/check_translation_tag.py
language: script
exclude: |
(?x)^(

Loading…
Cancel
Save