From 362d6764706a2babec0ec64ee9d10b0a79b55ff2 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Wed, 18 Oct 2023 11:05:11 -0700 Subject: [PATCH] Exclude the BCC Folder --- .github/workflows/ci.yml | 2 ++ .github/workflows/formatting.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c6f7ee02e..bf74914670f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: - uses: actions/checkout@v3 - name: Check Formatting of FreeRTOS-Kernel Files uses: FreeRTOS/CI-CD-Github-Actions/formatting@main + with: + exclude-dirs: BCC spell-check: runs-on: ubuntu-latest diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 04786bad51d..b67930a964a 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -21,3 +21,5 @@ jobs: - name: Apply Formatting Fix uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main id: check-formatting + with: + exclude-dirs: BCC