Move ci script to .github/scripts

This commit is contained in:
Andrej730
2026-09-03 17:45:33 +05:00
parent 75da4e950d
commit 2b7970509e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
run: | run: |
uv tool install black-codeclimate uv tool install black-codeclimate
pip install github_action_utils 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 continue-on-error: true
- name: ty check (venv setup) - name: ty check (venv setup)