From e6958a3e628799d91945a751a61660fb9ac8fbff Mon Sep 17 00:00:00 2001 From: lfierz Date: Wed, 27 Nov 2024 16:32:12 +0100 Subject: [PATCH] fix todo check remove files/folders that have TODO by intention run TODO check on the branch --- .github/workflows/embedded_quality_check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/embedded_quality_check.yml b/.github/workflows/embedded_quality_check.yml index 5b1fddb..fba24ac 100644 --- a/.github/workflows/embedded_quality_check.yml +++ b/.github/workflows/embedded_quality_check.yml @@ -13,5 +13,7 @@ jobs: uses: sensirion/.github/.github/workflows/driver.c.check.yml@main todo-check: - if: github.event_name == 'push' && github.ref != 'refs/head/main' + if: ${{ github.event_name == 'push' && github.ref != 'refs/head/main' }} uses: sensirion/.github/.github/workflows/driver.common.todo_check.yml@main + with: + additional-parameters: --exclude-dir sample-implementations --exclude=sensirion_i2c_hal.c