Skip to content

ci: Print eslint results to stdout as well

Florian Müllner requested to merge fmuellner/gnome-shell:eslint-verbose into main

The eslint jobs report their results as artifacts in junit format, so that gitlab can present them in its UI.

However many people miss that, and unsuccessfully check the logs instead.

Account for that by also printing the results to stdout.

Merge request reports