-
Notifications
You must be signed in to change notification settings - Fork 30
Added step to display version of clang-format used in pre-commit workflow #1009
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1009/index.html |
f9f0232
to
2a24de4
Compare
The update to |
2a24de4
to
e842645
Compare
Array API standard conformance tests for dpctl=0.14.0=py310h8c27c75_28 ran successfully. |
53fcc47
to
8815a2f
Compare
Array API standard conformance tests for dpctl=0.14.0=py310h8c27c75_29 ran successfully. |
8815a2f
to
54bcbef
Compare
Array API standard conformance tests for dpctl=0.14.0=py310h8c27c75_29 ran successfully. |
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.14.0=py310h8c27c75_29 ran successfully. |
Given unexpected pre-commit failure in #1008 due to
clang-format
, add a step topre-commit.yaml
workflow to output the version ofclang-format
used.This would allow to quickly tell if the pre-commit failure was caused by version update of
clang-format
in GitHub runner image.