Skip to content

Remove node12 template #143

Remove node12 template

Remove node12 template #143

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