Implementing a simple CI/CD pipeline with GitHub actions - Part 1
£0+
https://schema.org/InStock
gbp
Thomas Reid
In this, the first of a two-part series, I'll dive into the basics of implementing a CI/CD pipeline using GitHub Actions.In part 1, we’ll cover the following:
- Using pylint to check our Python module for syntax errors and other issues.
- Setting up a GitHub action on a push change to our GitHub repository that does the following:
- Install pylint to do a static code analysis on our Python module.
- Check if the code passes the lint test.
Part 1 will cover the basics of what GitHub Actions are and show how we can use them to automatically start a continuous integration (CI) job which lints a python code module whenever it is pushed (updated) in GitHub.
Size
402 KB
Length
11 pages
Add to wishlist