Skip to content

Commit

Permalink
update clangformat check
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-okeefe committed Mar 27, 2024
1 parent c1724ed commit a4f2425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: ERIN
- name: Set Project Name
run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
- name: Run clang-format style check on implementation files.
uses: jidicula/[email protected]
Expand All @@ -18,7 +18,7 @@ jobs:
uses: jidicula/[email protected]
with:
clang-format-version: '16'
check-path: 'include/**/*.h'
check-path: 'include'
- name: Run clang-format style check on test files.
uses: jidicula/[email protected]
with:
Expand Down

0 comments on commit a4f2425

Please sign in to comment.