pub fn warning<M>(message: M)where
M: ToString,Expand description
Prints a warning message to the log. You can optionally provide a file,
line and col with the log_warning function.
use actions_core as core;
core::warning("shaving a yak");