-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Main idea
- create a workflow using GitHub actions .
- make sure that the action are automatically updated
- immigrate from the local CI (pre-commit tests) to online CI using
GitHub-Action workflows
Steps
- create new branch innovation
- create new directory
.github/workflows- create the new workflow file
name.yml
- add the code for the workflow file
- To run on the
Inovationbranch
- experiment with a basic workflow
- experiment with
actionfromlocal/public repo AND docker images- experiment with
inputandoutputs.- experiment with
env
- simple variable name
- experiment with
local scripts- experiment with
input output artifacts
- in the same workflow dependent
- in separate workflow
- to run on all branches
- Create a
Workflowthat fetch the newmainbranch version to any created branch - Create a
workflowusing aTemplate - Create a workflow that handles pull requests
- Mainly to the
mainbranch .
- Create a workflow to handles the
releasesbranch
- from the
source->build->test->release->main->production
- Create a
workflowusing aTemplateII andmanuallyto this
- use this link for info: https://github.com/actions/starter-workflows
- continuous-integration
- deployment
- testing
- code-quality
- code-review
- dependency-management
- monitoring
- Automation
- utilities
- Pages
- Hugo
- Create a workflow that handles all the
makefiles
references
Metadata
Metadata
Assignees
Labels
No labels