FujiwaraChoki / MoneyPrinter

Automate Creation of YouTube Shorts using MoviePy.
MIT License
10.07k stars 1.35k forks source link

feat: Add PyLint GitHub workflow #210

Closed lehcode closed 7 months ago

lehcode commented 7 months ago

The mentioned commit introduces a new GitHub Workflow file for PyLint. PyLint is a static code analysis tool for Python. The workflow is triggered on push event, and it runs on Python versions "3.8", "3.9", and "3.10" in the Ubuntu environment. It checks out the code, sets up Python, installs necessary dependencies, including PyLint, and finally runs PyLint on all Python files in the repository.