LUNARA AURENIX #178045
              
                Unanswered
              
          
                  
                    
                      vyragootoglobal-web
                    
                  
                
                  asked this question in
                Accessibility
              
            
            
              LUNARA AURENIX
            
            #178045
          
          
        Replies: 1 comment
-
| 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. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to 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."
Beta Was this translation helpful? Give feedback.
All reactions