Merge pull request #2440 from kubernetes-sigs/pwittrock-patch-1

Create go.yml
This commit is contained in:
Jeff Regan
2020-05-06 07:58:45 -07:00
committed by GitHub

26
.github/workflows/go.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: ./travis/kyaml-pre-commit.sh