File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,15 @@ more languages' examples you can find [here](https://github.com/gitx-io/ActionSe
2828
2929## Languages supported
3030
31- * ** Python** (support ` requirements.txt ` to install deps)
32- * ** Ruby** (support ` Gemfile ` to install deps)
33- * ** Node.js** (support ` package.json ` to install deps)
34- * ** Perl** (support ` cpanfile ` to install deps )
35- * ** Golang** (no deps supported yet)
36- * ** Haskell** (no deps supported yet)
37- * ** Elixir** (no deps supported yet)
31+ | Language | Dependency Installation |
32+ | ------------- | ------------- |
33+ | Python | ✅ ` requirements.txt ` |
34+ | Ruby | ✅ ` Gemfile ` |
35+ | Node.js | ✅ ` package.json ` |
36+ | Perl | ✅ ` cpanfile ` |
37+ | Golang | ⬜️ not supported yet |
38+ | Haskell | ⬜️ not supported yet |
39+ | Elixir | ⬜️ not supported yet |
3840
3941## HTTP(s) Headers
4042
@@ -58,3 +60,12 @@ https://gitx.io/j/gitx-io/ActionServerless/master/README.md
5860
5961just use ` gitx.io/j/ ` to replace the ` raw.githubusercontent.com/ ` segment.
6062
63+
64+ ## Contributions
65+
66+ Contributions are welcome! You may check the following features in case you'd like to contribute but no idea what to do:
67+
68+ * Support to add your favorite languages
69+ * Support dependency installation to the existing languages
70+ * Use this action to create an application and share it
71+
You can’t perform that action at this time.
0 commit comments