Skip to content

Commit 3d73cc0

Browse files
authored
Merge pull request #85 from cooljeanius/yamllint_readme
Update README.md to ensure embedded yaml passes `yamllint`
2 parents 4d72735 + 01d2b8c commit 3d73cc0

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
"doc",
5454
"a11y"
5555
]
56+
},
57+
{
58+
"login": "cooljeanius",
59+
"name": "Eric Gallager",
60+
"avatar_url": "https://avatars.githubusercontent.com/u/1388660?v=4",
61+
"profile": "https://www.nhhousedemcaucus.com/team/rep-eric-gallager",
62+
"contributions": [
63+
"maintenance",
64+
"ideas"
65+
]
5666
}
5767
],
5868
"contributorsPerLine": 7,

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Copy this workflow into any repo you want the `accessibility-alt-text-bot` to ru
3030

3131
```yml
3232
name: Accessibility-alt-text-bot
33-
on:
33+
on:
3434
issues:
3535
types: [opened, edited]
3636
pull_request:
@@ -46,15 +46,15 @@ permissions:
4646
issues: write
4747
pull-requests: write
4848
discussions: write
49-
49+
5050
jobs:
5151
accessibility_alt_text_bot:
5252
name: Check alt text is set on issue or pull requests
5353
if: ${{ !endsWith(github.actor, '[bot]') }}
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Get action 'github/accessibility-alt-text-bot'
57-
uses: github/accessibility-alt-text-bot@v1.7.1 # Set to latest
57+
uses: github/accessibility-alt-text-bot@v1.7.2 # Set to latest
5858
```
5959
6060
### Pin the action's version for stability
@@ -63,7 +63,7 @@ We recommend you pin the action to a specific version.
6363
This makes sure you stay on a stable version of this action.
6464
6565
```yml
66-
uses: github/accessibility-alt-text-bot@v1.7.1
66+
uses: github/accessibility-alt-text-bot@v1.7.2
6767
```
6868
6969
Replace the ref value with any commit hash.
@@ -80,7 +80,7 @@ If you would like to include more linting rules from the [markdownlint](https://
8080
```yml
8181
steps:
8282
- name: Check alt text
83-
uses: github/accessibility-alt-text-bot@v1.7.1
83+
uses: github/accessibility-alt-text-bot@v1.7.2
8484
with:
8585
config: |
8686
no-default-alt-text: true,
@@ -119,8 +119,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
119119
<td align="center" valign="top" width="14.28%"><a href="https://github.com/inkblotty"><img src="https://avatars.githubusercontent.com/u/14206003?v=4?s=100" width="100px;" alt="Katie Foster"/><br /><sub><b>Katie Foster</b></sub></a><br /><a href="#ideas-inkblotty" title="Ideas, Planning, & Feedback">🤔</a> <a href="#a11y-inkblotty" title="Accessibility">️️️️♿️</a></td>
120120
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kendallgassner"><img src="https://avatars.githubusercontent.com/u/15275462?v=4?s=100" width="100px;" alt="Kendall Gassner"/><br /><sub><b>Kendall Gassner</b></sub></a><br /><a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=kendallgassner" title="Code">💻</a> <a href="#a11y-kendallgassner" title="Accessibility">️️️️♿️</a> <a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=kendallgassner" title="Documentation">📖</a> <a href="#infra-kendallgassner" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
121121
<td align="center" valign="top" width="14.28%"><a href="https://github.com/khiga8"><img src="https://avatars.githubusercontent.com/u/16447748?v=4?s=100" width="100px;" alt="Kate Higa"/><br /><sub><b>Kate Higa</b></sub></a><br /><a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=khiga8" title="Code">💻</a> <a href="#a11y-khiga8" title="Accessibility">️️️️♿️</a> <a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=khiga8" title="Documentation">📖</a> <a href="#infra-khiga8" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
122-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/HonkingGoose"><img src="https://avatars.githubusercontent.com/u/34918129?v=4?s=100" width="100px;" alt="HonkingGoose"/><br /><sub><b>HonkingGoose</b></sub></a><br /><a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=HonkingGoose" title="Documentation">📖</a></td>
123-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JoshuaKGoldberg"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="JoshuaKGoldberg"/><br /><sub><b>JoshuaKGoldberg</b></sub></a><br /><a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=JoshuaKGoldberg" title="Code">💻</a></td>
122+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/HonkingGoose"><img src="https://avatars.githubusercontent.com/u/34918129?v=4?s=100" width="100px;" alt="HonkingGoose"/><br /><sub><b>HonkingGoose</b></sub></a><br /><a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=HonkingGoose" title="Documentation">📖</a> <a href="#a11y-HonkingGoose" title="Accessibility">️️️️♿️</a></td>
123+
<td align="center" valign="top" width="14.28%"><a href="https://www.nhhousedemcaucus.com/team/rep-eric-gallager"><img src="https://avatars.githubusercontent.com/u/1388660?v=4?s=100" width="100px;" alt="Eric Gallager"/><br /><sub><b>Eric Gallager</b></sub></a><br /><a href="#maintenance-cooljeanius" title="Maintenance">🚧</a> <a href="#ideas-cooljeanius" title="Ideas, Planning, & Feedback">🤔</a></td>
124124
</tr>
125125
</tbody>
126126
</table>

0 commit comments

Comments
 (0)