Skip to content

Commit

Permalink
Clang-format against pre-edm4hep1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Oct 3, 2024
1 parent 46e048c commit 275c65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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)'
git clang-format --style=file $(git merge-base upstream/pre-edm4hep1 HEAD)'
- name: Check cleanliness
run: |
docker exec CI_container /bin/bash -c 'cd ./Package
Expand Down

0 comments on commit 275c65d

Please sign in to comment.