mirror of
https://github.com/openfaas/faas.git
synced 2025-06-14 19:26: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
|
## 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://pkg.go.dev/github.com/openfaas/faas)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://www.openfaas.com)
|
[](https://www.openfaas.com)
|
||||||
@ -47,7 +47,7 @@ Official templates exist for many popular languages and are easily extensible wi
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
module.exports = async (event, context) => {
|
module.exports = async (event, context) => {
|
||||||
return context
|
return context
|
||||||
.status(200)
|
.status(200)
|
||||||
@ -57,7 +57,7 @@ Official templates exist for many popular languages and are easily extensible wi
|
|||||||
👋 Hello World 🌍
|
👋 Hello World 🌍
|
||||||
</h1>`);
|
</h1>`);
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
*handler.js*
|
*handler.js*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user