[master] Update GitHub Actions (#322)

Copied from `https://github.com/knative/.github/tree/master/workflow-templates`.
/assign n3wscott vagababov
/cc n3wscott vagababov
This commit is contained in:
Matt Moore 2020-08-31 09:40:16 -07:00 committed by GitHub
parent fd71d66116
commit 8993b9e0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 7 deletions

View File

@ -41,8 +41,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Vet
run: go vet ./...

View File

@ -41,8 +41,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Test
run: go test -race ./...

View File

@ -36,8 +36,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 1
# TODO: add prettier step
# TODO: add goimports step

View File

@ -50,7 +50,6 @@ jobs:
- name: Check out code onto GOPATH
uses: actions/checkout@v2
with:
fetch-depth: 1
path: ./src/knative.dev/${{ github.event.repository.name }}
- name: Update Codegen