pontil/summary

Hex.pm][shield-hex]][hexpm] [![Hex Docs][shield-docs] [ Apache 2.0JavaScript CompatibleErlang Compatible

Pontil summary implements the functionality of actions/core summary, which builds job summary output for GitHub Actions output, and is ported from the GitHub Actions toolkit.

pontil_summary works with all Gleam targets and runtimes.

Usage

gleam add pontil_summary@1
import pontil/summary

pub fn main() {
  summary.new()
  |> summary.h2("Test Results")
  |> summary.raw("<b>All tests passed.</b>")
  |> summary.append()
}

Semantic Versioning

Pontil summary follows Semantic Versioning 2.0.