Skip to content

Add support for building functions with the OpenFaaS function Builder API. #42

Add support for building functions with the OpenFaaS function Builder API.

Add support for building functions with the OpenFaaS function Builder API. #42

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
env:
GO111MODULE: off
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.21.x
- name: test
run: make test