Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
skhomuti committed Jan 16, 2024
1 parent ef9ea17 commit f923d10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -24,4 +27,4 @@ In your GitHub Actions workflow, use it like this:
```yaml
- name: Run pylint
run: poetry run pylint -f actions src
```
```

0 comments on commit f923d10

Please sign in to comment.