1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

CI - restyle script summary and annotations in PRs (#9184)

similar to .ino builder, prepare a short 'diff' summary of all the required changes
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary

provide inline annotations, so it is apparent clang-format job is the
cause of the PR actions check failure
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-notice-message
This commit is contained in:
Max Prokhorov
2024-08-01 02:47:40 +03:00
committed by GitHub
parent 27272de623
commit bb3360d0ec
5 changed files with 486 additions and 49 deletions

View File

@ -24,13 +24,15 @@
std::ostream& operator<<(std::ostream&, const String&);
namespace Catch {
namespace Catch
{
std::string toString(const String&);
template<>
struct StringMaker<String> {
struct StringMaker<String>
{
static std::string convert(const String&);
};
} // namespace Catch
} // namespace Catch