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
{{ message }}
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+30-28Lines changed: 30 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,36 @@ updates the YAML configuration files, ensuring seamless integration with GitHub.
11
11
>
12
12
> Since October is the hacktoberfest month, this project use `AppWrite Cloud (Free tier)` for their [Appwrite’s Hacktoberfest 2024 Hackathon](https://appwrite.io/blog/post/appwrite-hacktoberfest-hackathon-2024).
13
13
14
-
## 🤖 Tech stack
14
+
## Features
15
+
16
+
### ✅ Built-in editor
17
+
18
+
Visualize and/or modify your workflow file through a simple UI.
19
+
20
+
- View your steps dependency graph through the main interactive canvas
21
+
- Check your workflow validity through the YAML Viewer and it's linter, which immediately tell you if your file respect the [GitHub Workflow Syntax](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions) thanks to the GitHub Language Service integration.
22
+
- Modify your workflow file updating the Properties panel in the right side.
23
+
24
+
[Read here all available editor features](./FEATURES.md)
25
+
26
+

27
+
28
+
### ✅ Search for existing GitHub workflows
29
+
30
+
What if you already have an existing workflow file pushed in your repository? You can use the built-in search to get all workflows
31
+
of your repository.
32
+
33
+

34
+
35
+
### ✅ Create your own workflows files
36
+
37
+
If you haven't an existing workflow file, you can create it from scratch if you're authenticated.
38
+
39
+
Workflow files are persisted into [AppWrite Cloud](https://appwrite.io/) and **are publicly readable to everyone that has the link**.
40
+
41
+

42
+
43
+
## 🤖 Technical info
15
44
16
45
PipelineUI is entirely built with [Solid](https://github.com/solidjs/solid) and [SolidStart](https://github.com/solidjs/solid-start).
17
46
@@ -100,33 +129,6 @@ This application is hosted on Railway. Deploy are made via github action CI/CD
100
129
-[Workflow file](./.github/workflows/deploy.yml)
101
130
-[See the workflow file on PipelineUI](https://pipelineui.dev/editor/riccardoperra/pipelineui/main/.github/workflows/deploy.yml)
102
131
103
-
## Features
104
-
105
-
### ✅ Search for existing GitHub workflows
106
-
107
-
What if you already have an existing workflow file pushed in your repository? You can use the built-in search to get all workflows
108
-
of your repository.
109
-
110
-

111
-
112
-
### ✅ Create your own workflows files
113
-
114
-
If you haven't an existing workflow file, you can create it from scratch if you're authenticated.
115
-
116
-
Workflow files are persisted into [AppWrite Cloud](https://appwrite.io/) and **are publicly readable to everyone that has the link**.
117
-
118
-

119
-
120
-
### ✅ Built-in editor
121
-
122
-
Visualize and/or modify your workflow file through a simple UI.
123
-
124
-
- View your steps dependency graph through the main interactive canvas
125
-
- Check your workflow validity through the YAML Viewer and it's linter, which immediately tell you if your file respect the [GitHub Workflow Syntax](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions) thanks to the GitHub Language Service integration.
126
-
- Modify your workflow file updating the Properties panel in the right side.
0 commit comments