Skip to content

Commit

Permalink
fix todo check
Browse files Browse the repository at this point in the history
remove files/folders that have TODO by intention
run TODO check on the branch
  • Loading branch information
LeonieFierz committed Nov 27, 2024
1 parent bffce08 commit d0ab3c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/embedded_quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0ab3c6

Please sign in to comment.