-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow users to pass in a custom linting configuration
- Loading branch information
1 parent
bd419f1
commit 1a2ce92
Showing
117 changed files
with
17,077 additions
and
4,274 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,22 @@ This makes sure you stay on a stable version of this action. | |
Replace the ref value with any commit hash. | ||
### Adding a custom linting configuration | ||
If you would like to include more linting rules from the [markdownlint](https://github.com/DavidAnson/markdownlint) or [markdownlint-github](https://github.com/github/markdownlint-github) rulesets pass a config object to the `github/accessibility-alt-text-bot` action. | ||
|
||
```yml | ||
steps: | ||
- name: Check alt text #change this step to use the | ||
uses: github/[email protected] | ||
with: | ||
config: | | ||
no-default-alt-text: true, | ||
no-alt-text: true, | ||
no-empty-alt-text: true, | ||
no-generic-link-text: true, | ||
``` | ||
|
||
## License | ||
|
||
This project is licensed under the terms of the MIT open source license. | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
node_modules/@istanbuljs/load-nyc-config/node_modules/.bin/js-yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
185 changes: 185 additions & 0 deletions
185
node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/CHANGELOG.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/LICENSE
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.