Posting to the job summary is not necessary when lint is successful, as the green checkmark on lint is already visible in the workflow output window.
Could be a setting add-job-summary (always|never|on-failure). (As it is in setup-gradle: https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#build-reporting). I would prefer if on-failure was the default mode, since I want to use the job summary to highlight useful things for the developer.
Posting to the job summary is not necessary when lint is successful, as the green checkmark on lint is already visible in the workflow output window.
Could be a setting
add-job-summary(always|never|on-failure). (As it is in setup-gradle: https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#build-reporting). I would prefer ifon-failurewas the default mode, since I want to use the job summary to highlight useful things for the developer.