Skip to content

Commit

Permalink
remove todo check
Browse files Browse the repository at this point in the history
it breaks for the embedded driver as there the sensirion_i2c_hal.c
is not complete implementation and has thus TODO's by intention
  • Loading branch information
LeonieFierz committed Nov 27, 2024
1 parent e6958a3 commit 2823670
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/embedded_quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@ on:
jobs:
driver-quality:
uses: sensirion/.github/.github/workflows/driver.c.check.yml@main

todo-check:
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

0 comments on commit 2823670

Please sign in to comment.