Continuous Integration with GitHub Actions and Python - Part 1: Linting

Опубликовано: 03 Ноябрь 2024
на канале: Programming with Alex
2,494
62

Please consider supporting me on Patreon:   / programmingwithalex  

GitHub Action pylinters: https://github.com/marketplace/action...
GitHub test_repo: https://github.com/programmingwithale...

00:00​ - Introduction
03:49​ - Fork test repo to apply CI workflow to
07:16​ - Modify files to run CI workflow
07:55​ - Run CI workflow
08:41 - Fixing flake8 errors
09:45 - Fixing mypy errors
10:55 - Fixing isort errors
11:46 - Auto-commit and auto-pushing isort changes
14:30 - Under-the-hood walk through of GitHub action used: pylinter