You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,15 @@ is separated from the history of the code base.
30
30
31
31
### 2. **Writing a pipeline file of some sort**
32
32
33
-
Most of the time in YAML, the file that describes the steps required to build a project are providers specific.
33
+
Most of the time in YAML, the file that describes the steps required to build a project is provider specific.
34
34
So even though you can write YAML, knowing how to write an Azure DevOps pipeline does not really help when it comes to writing a pipeline for GitHub Actions.
35
35
36
36
## The solution
37
37
38
38
[Nuke] is a library written by [Matthias Koch] that helps to create builds.
39
39
40
-
This project offers an opinionated way at writing pipelines by giving a set of components (more on that later) with the following benefits :
40
+
This project offers an opinionated way at writing pipelines by giving a set of components
41
+
(more on that later) with the following benefits :
41
42
42
43
1. no need to go your code management tool to set up your project CI/CD.
43
44
2. no more YAML file : yeah YAML is great but the tooling is not great and the structure itself is error-prone.
@@ -230,7 +231,7 @@ PRs are welcome, check out the [contribution guidelines] if you want to contribu
230
231
231
232
-[Matthias Koch] for the marvelous [Nuke] library. This project would never exist without its work.
0 commit comments