Skip to content

Commit

Permalink
add clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
theVerySharpFlat authored Apr 14, 2022
1 parent 3a67e53 commit 881bf42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ jobs:
- name: Build
run: |
./gradlew build
# Format
- name: Check code formatting with clang-format
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,cpp'
style: llvm
continue-on-error: true

0 comments on commit 881bf42

Please sign in to comment.