Skip to content

Commit 7a97d52

Browse files
committed
Update README
1 parent c6fd769 commit 7a97d52

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ more languages' examples you can find [here](https://github.com/gitx-io/ActionSe
2828

2929
## Languages supported
3030

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 |
40-
| PHP | ⬜️ not supported yet |
41-
| Bash | - |
31+
| Language | Dependency Installation | Example code |
32+
| ------------- | ------------- | :------------: |
33+
| Python |`requirements.txt` | [See](https://github.com/gitx-io/ActionServerless/blob/master/test/func_samples/function.py) |
34+
| Ruby |`Gemfile` | [See](https://github.com/gitx-io/ActionServerless/blob/master/test/func_samples/function.rb) |
35+
| Node.js |`package.json` | [See](https://github.com/gitx-io/ActionServerless/blob/master/test/func_samples/function.js) |
36+
| Perl |`cpanfile` | [See](https://github.com/gitx-io/ActionServerless/blob/master/test/func_samples/function.pl) |
37+
| Golang | ⬜️ not supported yet | [See](https://github.com/gitx-io/ActionServerless/blob/master/test/func_samples/function.go) |
38+
| Haskell | ⬜️ not supported yet | [See](https://github.com/gitx-io/ActionServerless/blob/master/test/func_samples/function.hs) |
39+
| Elixir | ⬜️ not supported yet | [See](https://github.com/gitx-io/ActionServerless/blob/master/test/func_samples/function.exs) |
40+
| PHP | ⬜️ not supported yet | [See](https://github.com/gitx-io/ActionServerless/blob/master/test/func_samples/function.php) |
41+
| Bash | - | [See](https://github.com/gitx-io/ActionServerless/blob/master/test/func_samples/function.sh) |
4242

4343
## Documents
4444

0 commit comments

Comments
 (0)