-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Context?
GitHub workflows can be used to automate some tasks which would generally take time doing manually and are better automated.
What to do?
Create workflows for some common scenarios like:
- Checking whether code builds successfully in pull requests and when PRs are merged in master branch. See - Github action for building code #8
- Updating and pushing docker image whenever the master branch is updated. See - Updating and pushing docker images whenever new code is added #9
- Running tools like gofmt and golint in PRs to keep clean code. See - Add workflows for running gofmt and golint in PRs #10
Resources:
- A guide on Github actions and workflows - https://docs.github.com/en/actions
- Gh workflows syntax guide - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
- Go formatting tools - golint action, gofmt
NOTE
Try picking any one of the scenario and comment on the respective issues to show your interest. We'll assign it to you.
Reactions are currently unavailable