Skip to content

Commit

Permalink
CI: Ignore .github path for compliance check
Browse files Browse the repository at this point in the history
The CI does not need to strictly adhere to the coding rules.

Signed-off-by: Arnaud Pouliquen <[email protected]>
  • Loading branch information
arnopo committed Oct 18, 2024
1 parent 79d20e6 commit 2e6cef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- docs/**
- cmake/**
- scripts/**
- .github/**

jobs:
checkpatch_review:
Expand Down

0 comments on commit 2e6cef5

Please sign in to comment.