Added step to display version of clang-format used in pre-commit workflow#1009
Added step to display version of clang-format used in pre-commit workflow#1009oleksandr-pavlyk merged 3 commits intomasterfrom
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.yamlworkflow to output the version ofclang-formatused.This would allow to quickly tell if the pre-commit failure was caused by version update of
clang-formatin GitHub runner image.