Skip to content

Commit

Permalink
Adjust clang-format check
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Sep 20, 2024
1 parent 9876e51 commit 2bfa272
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ jobs:
run: |
docker exec CI_container /bin/bash -c 'cd ./Package; \
source /cvmfs/sw.hsf.org/key4hep/setup.sh;\
git clang-format --style=file $(git merge-base upstream/master HEAD)'
- name: Check cleanliness
run: |
docker exec CI_container /bin/bash -c 'cd ./Package; \
git diff'
git clang-format --diff --style=file $(git merge-base upstream/master HEAD)
git clang-format --diffstat --style=file $(git merge-base upstream/master HEAD)'

0 comments on commit 2bfa272

Please sign in to comment.