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:
@ -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
|
||||
|
Reference in New Issue
Block a user