Skip to content

[WIP] CI checks improvement: add clang-format check #24

[WIP] CI checks improvement: add clang-format check

[WIP] CI checks improvement: add clang-format check #24

Triggered via pull request June 13, 2024 05:48
Status Success
Total duration 2m 16s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 15 warnings, and 1 notice
src/examples/main.cpp:1:10 [clang-diagnostic-error]: src/examples/main.cpp#L1
'beman/optional/optional.hpp' file not found
src/examples/before_after.cpp:1:10 [clang-diagnostic-error]: src/examples/before_after.cpp#L1
'beman/optional/optional.hpp' file not found
src/beman/optional/optional.hpp:201:5 [clang-diagnostic-error]: src/beman/optional/optional.hpp#L201
C++ requires a type specifier for all declarations
src/beman/optional/optional.hpp:201:20 [clang-diagnostic-error]: src/beman/optional/optional.hpp#L201
no template named 'is_same_v' in namespace 'std'; did you mean 'is_same'?
src/beman/optional/optional.hpp:201:44 [clang-diagnostic-error]: src/beman/optional/optional.hpp#L201
expected '(' for function-style cast or type construction
src/examples/main.cpp:3:5 [modernize-use-trailing-return-type]: src/examples/main.cpp#L3
use a trailing return type for this function
Ubuntu Clang 19
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, seanmiddleditch/gha-setup-ninja@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ubuntu Clang 17
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, seanmiddleditch/gha-setup-ninja@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ubuntu GCC 14
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, seanmiddleditch/gha-setup-ninja@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ubuntu GCC 13
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, seanmiddleditch/gha-setup-ninja@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ubuntu Clang 18
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, seanmiddleditch/gha-setup-ninja@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run clang-format on papers/P2988/optional_ref.h: papers/P2988/optional_ref.h#L1
File papers/P2988/optional_ref.h does not conform to Custom style guidelines. (lines 36, 37, 38, 64, 66, 67, 68, 87, 88, 135, 136)