Bump caniuse-lite from 1.0.30001775 to 1.0.30001784 #12479
Workflow file for this run
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/accessibility-alt-text-bot@v1.7.3 |