Links

Tasks can output links which will render in the UI above the logs.

This feature is useful for any URLs that you want people to easily find and navigate to. Some examples: links to review app deployments, externally hosted code coverage reports, or externally hosted artifacts.

To produce a link, write to the $MINT_LINKS directory. The name of the file will be used for the text of the link, and the contents of the file should contain the URL.

tasks:
  - key: example-link
    run: |
      echo "https://x.com/rwx_research" | tee "$MINT_LINKS/rwx_research on X"

UI Screenshot

And here's how it looks in the UI:

mint links in the UI