diff --git a/README.md b/README.md index 0b0672e..407e326 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +![](https://img.shields.io/pypi/v/pylint-actions) +![](https://img.shields.io/pypi/dm/pylint-actions) +![](https://img.shields.io/pypi/pyversions/pylint-actions) # Pylint plugin for GitHub Actions annotations This is a plugin for [Pylint](https://www.pylint.org/) that allows it to output annotations in the format that GitHub Actions understands. @@ -24,4 +27,4 @@ In your GitHub Actions workflow, use it like this: ```yaml - name: Run pylint run: poetry run pylint -f actions src -``` \ No newline at end of file +```