File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments