mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 09:16:48 +00:00
Update build status label to show Github Actions
This replaces Travis-CI badge which is no longer in use. Signed-off-by: Brian Wagner <briwagner@outlook.com>
This commit is contained in:
parent
b5db22b968
commit
4ed3b49c78
@ -1,6 +1,6 @@
|
||||
## OpenFaaS ® - Serverless Functions Made Simple
|
||||
|
||||
[](https://travis-ci.com/openfaas/faas)
|
||||
[](https://travis-ci.com/openfaas/faas)
|
||||
[](https://pkg.go.dev/github.com/openfaas/faas)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://www.openfaas.com)
|
||||
@ -47,7 +47,7 @@ Official templates exist for many popular languages and are easily extensible wi
|
||||
|
||||
```js
|
||||
"use strict"
|
||||
|
||||
|
||||
module.exports = async (event, context) => {
|
||||
return context
|
||||
.status(200)
|
||||
@ -57,7 +57,7 @@ Official templates exist for many popular languages and are easily extensible wi
|
||||
👋 Hello World 🌍
|
||||
</h1>`);
|
||||
}
|
||||
|
||||
|
||||
```
|
||||
*handler.js*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user