Skip to content

Commit becc7dc

Browse files
committed
Update README
1 parent c1723a2 commit becc7dc

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff 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

5961
just 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+

0 commit comments

Comments
 (0)