Continuous Integration with GitHub Actions and Python - Part 2: Testing

Опубликовано: 18 Июнь 2026
на канале: Programming with Alex
619
22

Please consider supporting me on Patreon:   / programmingwithalex  

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

00:00​ - Introduction
01:18​ - Fork test repo to apply CI workflow to
01:38​ - Directory structure overview
04:13​ - Repo code overview
06:35 - GitHub Action workflow file overview
10:28 - Running GitHub Action