From 2b7970509efaea18089a2096e2f9dd08ae48b2b6 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 3 Sep 2026 17:45:33 +0500 Subject: [PATCH] Move ci script to `.github/scripts` --- .github/{workflows => scripts}/black_to_github_annotations.py | 0 .github/workflows/ci-lint.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{workflows => scripts}/black_to_github_annotations.py (100%) diff --git a/.github/workflows/black_to_github_annotations.py b/.github/scripts/black_to_github_annotations.py similarity index 100% rename from .github/workflows/black_to_github_annotations.py rename to .github/scripts/black_to_github_annotations.py diff --git a/.github/workflows/ci-lint.yaml b/.github/workflows/ci-lint.yaml index 3229d9c0f4..78007691d5 100644 --- a/.github/workflows/ci-lint.yaml +++ b/.github/workflows/ci-lint.yaml @@ -52,7 +52,7 @@ jobs: run: | uv tool install black-codeclimate pip install github_action_utils - black --diff --check . | black-codeclimate | python .github/workflows/black_to_github_annotations.py + black --diff --check . | black-codeclimate | python .github/scripts/black_to_github_annotations.py continue-on-error: true - name: ty check (venv setup)