From 501a9013594a88bbe551189a2566093fc041bcfb Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Fri, 19 Dec 2025 22:30:26 +0100 Subject: [PATCH] chore: Rename code style check action --- .github/workflows/{style-check.yml => style-check-v2.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{style-check.yml => style-check-v2.yml} (99%) diff --git a/.github/workflows/style-check.yml b/.github/workflows/style-check-v2.yml similarity index 99% rename from .github/workflows/style-check.yml rename to .github/workflows/style-check-v2.yml index 4739932044..ff077bc630 100644 --- a/.github/workflows/style-check.yml +++ b/.github/workflows/style-check-v2.yml @@ -1,4 +1,4 @@ -name: Code Style Check +name: Code Style Check v2 on: [push, pull_request_target]