From f2fecf69c1c0afd50add15458b14f0fb5d65eb1b Mon Sep 17 00:00:00 2001 From: Rahul Kar Date: Fri, 25 Apr 2025 10:34:14 +0000 Subject: [PATCH] Fix build issue in formatting --- .github/workflows/formatting.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index eabf9d012..057e0728f 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -22,6 +22,5 @@ jobs: id: check-formatting uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main with: - exclude-dirs: | - portable - examples/template_configuration + exclude-dirs: portable, examples/template_configuration +