Handy Workflows for Managing Your Software
This book’s concluding chapter marks the culmination of our journey through GitHub Actions. Throughout this book, we’ve explored various facets of GitHub Actions, equipping ourselves with the knowledge and skills to seek relevant information and craft solutions tailored to our needs, ensuring security, efficiency, and a personalized experience.
In this final chapter, we’ll delve into practical workflows that are essential in software development, enabling you to conduct quality checks and ensure your software’s integrity by creating a software bill of materials (SBOM). Additionally, we’ll provide a curated list of valuable resources, including highly recommended actions by the community, to enhance your workflow designs.
In this chapter, we are going to cover the following topics:
- Exploring commit and pull request linters
- SBOM generation as part of release management
- Your actions toolkit...