This is a cookiecutter template for Python projects. It includes a pre-configured GitHub workflow for Pylint.
- Install cookiecutter if you haven't already:
pip install cookiecutter
-
Navigate to your project directory:
-
Add the following line to your project's README.md:
[![Pylint](https://github.com/yourusername/your-new-project/actions/workflows/pylint-score.yml/badge.svg)](https://github.com/yourusername/your-new-project/actions/workflows/pylint-score.yml)
This will display the Pylint score as a badge in your README.
- Run the following command:
cookiecutter https://github.com/collectiveai-team/pylint-github-action
- Pre-configured Pylint GitHub workflow
- Post-generation hook to move .github folder to the correct location
Contributions are welcome! Please open an issue or submit a pull request.
License MIT