Skip to content

Commit

Permalink
Merge pull request #1154 from jordemort/patch-2
Browse files Browse the repository at this point in the history
Fix typo - action-pylint runs pylint, not pyright
  • Loading branch information
mgrachev committed Apr 6, 2022
2 parents f65118b + 5959fa5 commit 9988f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -662,7 +662,7 @@ You can use public GitHub Actions to start using reviewdog with ease! :tada: :ar
- [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - Run wemake-python-styleguide
- [tsuyoshicho/action-mypy](https://github.com/tsuyoshicho/action-mypy) - Run [mypy](https://pypi.org/project/mypy/)
- [jordemort/action-pyright](https://github.com/jordemort/action-pyright) - Run [pyright](https://github.com/Microsoft/pyright)
- [dciborow/action-pylint](https://github.com/dciborow/action-pylint) - Run [pyright](https://github.com/PyCQA/pylint)
- [dciborow/action-pylint](https://github.com/dciborow/action-pylint) - Run [pylint](https://github.com/PyCQA/pylint)
- [reviewdog/action-black](https://github.com/reviewdog/action-black) - Run [black](https://github.com/psf/black)
- Kotlin
- [ScaCap/action-ktlint](https://github.com/ScaCap/action-ktlint) - Run [ktlint](https://ktlint.github.io/).
Expand Down

0 comments on commit 9988f62

Please sign in to comment.