Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi committed Jun 15, 2023
1 parent 68a922f commit f569972
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/accessibility-alt-text.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Accessibility-alt-text-bot
on:
on:
issues:
types: [opened, edited]
pull_request:
Expand All @@ -20,7 +20,9 @@ jobs:
accessibility_alt_text_bot:
name: Check alt text is set on issue or pull requests
runs-on: ubuntu-latest
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
if:
${{ github.event.issue || github.event.pull_request ||
github.event.discussion }}
steps:
- name: Get action 'github/accessibility-alt-text-bot'
uses: github/accessibility-alt-text-bot@v1.2.0 # Set to latest

0 comments on commit f569972

Please sign in to comment.