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 bffce08 commit 0f8d3c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/embedded_quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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

0 comments on commit 0f8d3c9

Please sign in to comment.