Skip to content

Commit

Permalink
Update clang format check
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-okeefe committed Mar 27, 2024
1 parent 0b8757b commit c1724ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Project Name
uses: actions/checkout@v4
- name: ERIN
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/${{ env.REPOSITORY_NAME }}'
check-path: 'include/**/*.h'
- name: Run clang-format style check on test files.
uses: jidicula/[email protected]
with:
Expand Down

0 comments on commit c1724ed

Please sign in to comment.