From ee6697f24f2caa0480e46540883177807ddf57e4 Mon Sep 17 00:00:00 2001 From: BarnabasG Date: Tue, 28 Oct 2025 01:35:28 +0000 Subject: [PATCH] 1.1.4 dont run clean in gh actions --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb92256..48fa7cd 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,9 @@ build: @uv sync @uv build -pipeline: format clean test cover typeguard test-example test-example-parallel +pipeline-local: format clean test cover typeguard test-example test-example-parallel + +pipeline: format test cover typeguard test-example test-example-parallel publish: pipeline build @echo "Publishing plugin..."