From 20b7b06ffb73786c104326cb33b209405c27c0a4 Mon Sep 17 00:00:00 2001 From: Thomas Montaigu Date: Mon, 20 Oct 2025 12:58:45 +0200 Subject: [PATCH] chore: add check_fmt_js to pcc_batch --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 23ec95054..2ea875d91 100644 --- a/Makefile +++ b/Makefile @@ -1736,6 +1736,7 @@ pcc_batch_1: pcc_batch_2: $(call run_recipe_with_details,clippy) $(call run_recipe_with_details,clippy_all_targets) + $(call run_recipe_with_details,check_fmt_js) .PHONY: pcc_batch_3 # duration: 6'50'' pcc_batch_3: