Inconsistent Nunjucks parameter names for aria-label #6055
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-latest | |
steps: | |
- name: Check images for alt text | |
uses: github/[email protected] |