Skip to content

Commit f569972

Browse files
committed
fix formatting issues
1 parent 68a922f commit f569972

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/accessibility-alt-text.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Accessibility-alt-text-bot
2-
on:
2+
on:
33
issues:
44
types: [opened, edited]
55
pull_request:
@@ -20,7 +20,9 @@ jobs:
2020
accessibility_alt_text_bot:
2121
name: Check alt text is set on issue or pull requests
2222
runs-on: ubuntu-latest
23-
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
23+
if:
24+
${{ github.event.issue || github.event.pull_request ||
25+
github.event.discussion }}
2426
steps:
2527
- name: Get action 'github/accessibility-alt-text-bot'
2628
uses: github/accessibility-alt-text-bot@v1.2.0 # Set to latest

0 commit comments

Comments
 (0)