Skip to content

Commit

Permalink
CI code style check with clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Apr 26, 2023
1 parent bb68d93 commit 0786f38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- uses: actions/checkout@v3
- name: Check for tab characters
run: "! grep -P -R '\\t' src/ tests/*.{cpp,py}"
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: "16"
check-path: "src/"

build:
if: >-
Expand Down

0 comments on commit 0786f38

Please sign in to comment.