Skip to content

refactor: install clang tools on demand #597

refactor: install clang tools on demand

refactor: install clang tools on demand #597

Triggered via pull request March 30, 2026 00:46
Status Success
Total duration 22m 20s
Artifacts 2

run-dev-tests.yml

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

Annotations

20 errors, 2 warnings, and 20 notices
src/demo.hpp:6:11 [cppcoreguidelines-use-default-member-init]: src/demo.hpp#L6
use default member initializer for 'useless'
src/demo.hpp:11:11 [modernize-use-trailing-return-type]: src/demo.hpp#L11
use a trailing return type for this function
src/demo.hpp:7:9 [cppcoreguidelines-use-default-member-init]: src/demo.hpp#L7
use default member initializer for 'numb'
src/demo.hpp:6:11 [cppcoreguidelines-use-default-member-init]: src/demo.hpp#L6
use default member initializer for 'useless'
src/demo.hpp:11:11 [modernize-use-trailing-return-type]: src/demo.hpp#L11
use a trailing return type for this function
src/demo.hpp:7:9 [cppcoreguidelines-use-default-member-init]: src/demo.hpp#L7
use default member initializer for 'numb'
src/demo.hpp:6:11 [cppcoreguidelines-use-default-member-init]: src/demo.hpp#L6
use default member initializer for 'useless'
src/demo.hpp:11:11 [modernize-use-trailing-return-type]: src/demo.hpp#L11
use a trailing return type for this function
src/demo.hpp:7:9 [cppcoreguidelines-use-default-member-init]: src/demo.hpp#L7
use default member initializer for 'numb'
src/demo.hpp:6:11 [cppcoreguidelines-use-default-member-init]: src/demo.hpp#L6
use default member initializer for 'useless'
src/demo.hpp:6:11 [modernize-use-default-member-init]: src/demo.hpp#L6
use default member initializer for 'useless'
src/demo.hpp:11:11 [modernize-use-trailing-return-type]: src/demo.hpp#L11
use a trailing return type for this function
src/demo.hpp:7:9 [modernize-use-default-member-init]: src/demo.hpp#L7
use default member initializer for 'numb'
src/demo.hpp:6:11 [modernize-use-default-member-init]: src/demo.hpp#L6
use default member initializer for 'useless'
src/demo.hpp:11:11 [modernize-use-trailing-return-type]: src/demo.hpp#L11
use a trailing return type for this function
src/demo.hpp:7:9 [modernize-use-default-member-init]: src/demo.hpp#L7
use default member initializer for 'numb'
src/demo.hpp:6:11 [modernize-use-default-member-init]: src/demo.hpp#L6
use default member initializer for 'useless'
src/demo.hpp:11:11 [modernize-use-trailing-return-type]: src/demo.hpp#L11
use a trailing return type for this function
src/demo.hpp:7:9 [modernize-use-default-member-init]: src/demo.hpp#L7
use default member initializer for 'numb'
src/demo.hpp:6:11 [modernize-use-default-member-init]: src/demo.hpp#L6
use default member initializer for 'useless'
test (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 8,11)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,18)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,13,18)
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 1,5,6,7,8,10,11,12,31,32,34)
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 5,6,7,8,10,11,12,31,32,34)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,13,18)
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 5,6,7,8,10,11,12,31,32,34)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,13,18)
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 5,6,7,8,10,11,12,31,32,34)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,13,18)
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 8,11)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,18)
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 1,5,6,7,8,10,11,12,31,32,34)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,13,18)
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 5,6,7,8,10,11,12,31,32,34)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,13,18)
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 5,6,7,8,10,11,12,31,32,34)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,13,18)
Run clang-format on src/demo.hpp: src/demo.hpp#L0
File src/demo.hpp does not conform to LLVM style guidelines. (lines 5,6,7,8,10,11,12,31,32,34)
Run clang-format on src/demo.cpp: src/demo.cpp#L0
File src/demo.cpp does not conform to LLVM style guidelines. (lines 3,8,10,13,18)

Artifacts

Produced during runtime
Name Size Digest
HTML_report-Linux Expired
199 KB
sha256:7f6c37b637944cc35cecab704b0e800edba36893fbe64a09e643ad5afe8a46a2
HTML_report-Windows Expired
198 KB
sha256:54303f24706b1fa481df6cb9cd590c155d45cc5bbd986b7d1c2f10ada92a76c4