From 3e602fdad72f712030ae1ec94d2c2b27599faebe Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Thu, 8 Jan 2026 18:40:02 +0100 Subject: [PATCH] Renamed the pre_test workflow --- .github/workflows/pre_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre_test.yml b/.github/workflows/pre_test.yml index a36b17f89..912dc7bc7 100644 --- a/.github/workflows/pre_test.yml +++ b/.github/workflows/pre_test.yml @@ -5,7 +5,7 @@ permissions: contents: read jobs: check-uv-lock: - name: Validate uv lockfile and project metadata + name: Lockfile and Pre-commit Hooks runs-on: ubuntu-22.04 steps: - name: Check out repository