From d1cba9b41fdf3aa21f83dcd0a29d978fc58a2f2a Mon Sep 17 00:00:00 2001 From: Nicholas Karlson Date: Mon, 10 Nov 2025 18:04:13 -0800 Subject: [PATCH] fix(ci): scope lint check to tests/ directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82c469b..3f191b4 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ch13: .PHONY: lint format test lint: - ruff check . + ruff check tests/ format: black . test: