Skip to content

Commit

Permalink
Merge pull request #1 from Figeral/master
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
Figeral authored Mar 31, 2024
2 parents edbe3b0 + dfa22af commit 5a6bc6e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# GomuDevelopers workflow template 🚀
This project consist of creating a workflow to that aim is to be reused on several other different projects as a template **🛠️**. Before continuing let's clairify
some points for newbies .
- **Workflow** refers to a series of automated steps or tasks that are executed in response to specific events or triggers within a software development project ⚙️.
It is a configurable set of actions defined in a YAML file, which allows developers to automate various aspects of their workflow, such as building, testing, deploying, and releasing code.

> As you may have guess , here we are creating a workflow template that we shall custom to for different of other projects , it will be usefull in case we want to trigger specific
> events like folks, pull request , builds . Moreover , on automation task like `constinous intergration` , `continous delivery` and `testing` .
[Link to official documentation](https://docs.github.com/fr/actions/learn-github-actions)



0 comments on commit 5a6bc6e

Please sign in to comment.