Feature Description
In Github you can use the environment variable GITHUB_STEP_SUMMARY to fill a markdown text as a result for job.
I would like to see this in GItea to show maybe test and/or linter results. Or something else.
Like this:
#...
jobs:
example:
runs-on: ubuntu-latest
steps:
- name: Somethin
run: echo "Hello World" >> $GITHUB_STEP_SUMMARY
Screenshots
Mockup of a possible solution within gitea:

Feature Description
In Github you can use the environment variable
GITHUB_STEP_SUMMARYto fill a markdown text as a result for job.I would like to see this in GItea to show maybe test and/or linter results. Or something else.
Like this:
Screenshots
Mockup of a possible solution within gitea: