The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

TAP::Formatter::GitHubActions::Utils - Utils functions

FUNCTIONS

log_annotation_line(%args)

Generates an annotation line in GitHub Workflow command syntax

- For more details on the syntax, see: Workflow commands for GitHub Actions

line

The line referred

title (Optional)

Optional: Annotation title.

body

Annotation body.

type

Annotation type. Known types: debug, notice, error.

filename

The filename referred. This with the line will signal github where to draw the annotation.