From d91154537d5198abe3ad8f14599a2d469d562977 Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Fri, 12 Jul 2024 15:53:42 +0800 Subject: [PATCH] Exclude portable STM32 for spelling and formating check --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba6a8c166..39799696f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,7 @@ jobs: uses: FreeRTOS/CI-CD-Github-Actions/spellings@main with: path: ./ + exclude-dirs: ./source/portable/NetworkInterface/STM32 formatting: runs-on: ubuntu-20.04 @@ -135,6 +136,7 @@ jobs: uses: FreeRTOS/CI-CD-Github-Actions/formatting@main with: path: ./ + exclude-dirs: ./source/portable/NetworkInterface/STM32 doxygen: runs-on: ubuntu-latest