Skip to content

Update Python 2.7 template name to remove (.) #161

Update Python 2.7 template name to remove (.)

Update Python 2.7 template name to remove (.) #161

Workflow file for this run

name: ci-only
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Setup faas-cli
run: curl -sSL https://cli.openfaas.com | sh
- name: Make all
run: make all