Skip to content

Bug: [consistent-indexed-object-style] shouldn't suggest Record when extending an another type #240320

Bug: [consistent-indexed-object-style] shouldn't suggest Record when extending an another type

Bug: [consistent-indexed-object-style] shouldn't suggest Record when extending an another type #240320

Workflow file for this run

name: Accessibility-alt-text-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:
accessibility_alt_text_bot:
name: Check alt text is set on images
if: ${{ !endsWith(github.actor, '[bot]') }}
runs-on: ubuntu-latest
steps:
- name: Get action 'github/accessibility-alt-text-bot'
uses: github/[email protected]