Github Actions
- continuous integration pipeline
- run shell commands on branchs automattically
- unit tests and static analysis
- scan code and recommend changes
- deployment
- automate github itself
- auto-apply labels to issues & PR based on criteria
- Is this change safe to merge?
- all jobs run concurrently
To Review
- Examples in Github Actions Starter Pack repo
- Try Feature Peek