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 311e9ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/embedded_quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ 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
additional-parameters: --exclude-dir sample-implementations --exclude=sensirion_i2c_hal.c

0 comments on commit 311e9ce

Please sign in to comment.