-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! format,ci: update clang-format to clang16
- Loading branch information
1 parent
22caa23
commit b1bb13f
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
exec sudo docker run -itt --mount type=bind,source="$(pwd)",target=/root/adios2 \ | ||
ghcr.io/ornladios/adios2:ci-formatting sh -c \ | ||
"git config --global --add safe.directory /root/adios2 && | ||
cd /root/adios2 && | ||
./scripts/ci/scripts/run-clang-format.sh" |