From d28b15e1738badb71476a6505bfcfe379e89157d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 6 Aug 2026 09:35:33 +0200 Subject: [PATCH] chore: sync with WeblateOrg/meta --- .github/actions/pre-commit-setup/action.yml | 2 ++ .github/workflows/pre-commit.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/actions/pre-commit-setup/action.yml b/.github/actions/pre-commit-setup/action.yml index 3dbf29e4c..8adabf8e7 100644 --- a/.github/actions/pre-commit-setup/action.yml +++ b/.github/actions/pre-commit-setup/action.yml @@ -2,6 +2,8 @@ # # SPDX-License-Identifier: CC0-1.0 +# This file is maintained in https://github.com/WeblateOrg/meta/ + name: pre-commit setup description: Prepare pre-commit environment diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c2358fd6e..f7a3843c7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -3,6 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 # This file is maintained in https://github.com/WeblateOrg/meta/ + name: Pre-commit check on: