Skip to content

Commit f0ea17f

Browse files
adlarkindirk-thomas
andauthoredMay 6, 2021
add note about installing yamllint to run lint.py (#6)
* add note about installing yamllint to run lint.py * Update README.md Co-authored-by: Dirk Thomas <[email protected]>
1 parent 4301f77 commit f0ea17f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ For each contribution perform the following steps:
3333
* Add any new files in alphabetical order to the `index.yaml` file.
3434
* Run the `lint.py` script to ensure that the changes follow the recommended
3535
yaml style.
36+
37+
* The script requires [yamllint](https://yamllint.readthedocs.io/en/stable/index.html) to be installed.
38+
3639
* Create a pull request with the changes.

0 commit comments

Comments
 (0)
Please sign in to comment.