Skip to content

Commit

Permalink
Change: Update link description for lint-python action in README
Browse files Browse the repository at this point in the history
The action can use different linters now not only pylint.
  • Loading branch information
bjoernricks committed Jul 12, 2023
1 parent dbfb61d commit c3967c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We offer several actions for linting, formatting, building and testing packages/

* [Install python, poetry and the project](https://github.com/greenbone/actions/tree/v2/poetry)
* [Install python, poetry, project and run coverage to create a code coverage report](https://github.com/greenbone/actions/tree/v2/coverage-python)
* [Install python, poetry, project and run pylint linter](https://github.com/greenbone/actions/tree/v2/lint-python)
* [Install python, poetry, project and run linter](https://github.com/greenbone/actions/tree/v2/lint-python)
* [Install python, poetry, project and and run mypy type checker](https://github.com/greenbone/actions/tree/v2/mypy-python)
* [Install python, poetry, build python package and upload it to PyPI](https://github.com/greenbone/actions/tree/v2/pypi-upload)
* [Setup python and pontos](https://github.com/greenbone/actions/tree/v2/setup-pontos)
Expand Down

0 comments on commit c3967c0

Please sign in to comment.