Skip to content

Commit

Permalink
Exclude portable STM32 for spelling and formating check
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jul 12, 2024
1 parent 390f69a commit d911545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
uses: FreeRTOS/CI-CD-Github-Actions/spellings@main
with:
path: ./
exclude-dirs: ./source/portable/NetworkInterface/STM32

formatting:
runs-on: ubuntu-20.04
Expand All @@ -135,6 +136,7 @@ jobs:
uses: FreeRTOS/CI-CD-Github-Actions/formatting@main
with:
path: ./
exclude-dirs: ./source/portable/NetworkInterface/STM32

doxygen:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d911545

Please sign in to comment.