Investigate how to address lack of support for float values in rgb
colors from Safari <12.1
#9113
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Accessibility bot | |
on: | |
issues: | |
types: [opened, edited] | |
pull_request: | |
types: [opened, edited] | |
issue_comment: | |
types: [created, edited] | |
discussion: | |
types: [created, edited] | |
discussion_comment: | |
types: [created, edited] | |
permissions: | |
issues: write | |
pull-requests: write | |
discussions: write | |
jobs: | |
images: | |
name: Check images | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Check images for alt text | |
uses: github/[email protected] |