blob: 775137d7d3a3cf3ee1f7481ef9a473b87024433f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
#
# SPDX-License-Identifier: CC0-1.0
repos:
- repo: https://github.com/fsfe/reuse-tool
rev: v3.1.0a1
hooks:
- id: reuse
- repo: local
hooks:
- id: ordered_translations
name: "Check translation ordering"
language: script
files: translations/.*
entry: ./check-translation-ordering.sh
|