Skip to content

Commit ee6697f

Browse files
committed
1.1.4 dont run clean in gh actions
1 parent 1b92209 commit ee6697f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ build:
6161
@uv sync
6262
@uv build
6363

64-
pipeline: format clean test cover typeguard test-example test-example-parallel
64+
pipeline-local: format clean test cover typeguard test-example test-example-parallel
65+
66+
pipeline: format test cover typeguard test-example test-example-parallel
6567

6668
publish: pipeline build
6769
@echo "Publishing plugin..."

0 commit comments

Comments
 (0)