Skip to content

Commit

Permalink
[#299] Add format/tidy review
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Sep 23, 2024
1 parent c5d4674 commit a0e1681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Language: C
Language: Cpp
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
Expand Down Expand Up @@ -64,4 +64,5 @@ TabWidth: 8
UseTab: Never
IncludeDirs:
- ./include
- ./test/include
...
3 changes: 3 additions & 0 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
permissions:
pull-requests: write
contents: write
metadata: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -21,3 +22,5 @@ jobs:
style: 'file'
files-changed-only: false
thread-comments: true
format-review: true
tidy-review: true

0 comments on commit a0e1681

Please sign in to comment.