LUNARA AURENIX #178045
Unanswered
vyragootoglobal-web asked this question in Accessibility
LUNARA AURENIX #178045
Replies: 2 comments
-
It can be challenging to make GitHub Actions logs accessible, but the following tips are very helpful:
echo"::group::Build Summary"echo"Tests Passed: 10"echo"::endgroup::"
Essentially, maintain linear and semantic logs. This enables everyone to read them, including those who use screen readers. |
BetaWas this translation helpful?Give feedback.
0 replies
-
GitHub exposes the variable GITHUB_STEP_SUMMARY. You can write structured markdown to it. That summary is rendered and is much friendlier to assistive tech than the raw log. |
BetaWas this translation helpful?Give feedback.
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
GitHub Feature Area
Actions
Body
"Hello Community, I am trying to understand how to ensure that the output logs from my GitHub Actions workflows are easily readable by screen readers. Specifically, when using custom scripts that output tables or complex data structures, how can I format them to comply with accessibility standards? Are there any recommended practices or existing actions to improve the accessibility of workflow run summaries or logging details for users with visual impairments? Thank you for any guidance."
BetaWas this translation helpful?Give feedback.
All reactions