Skip to content

Commit

Permalink
[ci] use clang13 for clang-format check
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Mar 1, 2022
1 parent 7150ee8 commit 953083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check Format
run: |
docker exec k4MW_CI /bin/bash -c 'source /cvmfs/sft.cern.ch/lcg/releases/clang/10.0.0-62e61/x86_64-centos7/setup.sh;\
docker exec k4MW_CI /bin/bash -c 'source /cvmfs/sft.cern.ch/lcg/releases/clang/13.0.0-7985e/x86_64-centos7/setup.sh;\
clang-format -Werror --verbose --dry-run --style=file $(find ./k4ProjectTemplate/ -name "*.cpp" -o -name "*.h" );\
exit $?;\
'

0 comments on commit 953083c

Please sign in to comment.