Macro groupend

Source
macro_rules! groupend {
    () => { ... };
}
Expand description

End Group Macros

ยงExamples

use ghactions::groupend;

groupend!();