Skip to content

Merge pull request #591 from personio/upgrade-golang-lambda-runtime #603

Merge pull request #591 from personio/upgrade-golang-lambda-runtime

Merge pull request #591 from personio/upgrade-golang-lambda-runtime #603

Workflow file for this run

name: Build and Test
on:
push:
pull_request:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: build
run: make build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: test
run: make test
cfn-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: cfn-lint
run: make cfn-lint