Remove comments ignoring TypeScript or linting errors #7256
This file contains 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.5.0 |