mirror of https://github.com/knative/caching.git
[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:
parent
fd71d66116
commit
8993b9e0e6
|
@ -41,8 +41,6 @@ jobs:
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
|
|
||||||
- name: Vet
|
- name: Vet
|
||||||
run: go vet ./...
|
run: go vet ./...
|
||||||
|
|
|
@ -41,8 +41,6 @@ jobs:
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -race ./...
|
run: go test -race ./...
|
||||||
|
|
|
@ -36,8 +36,6 @@ jobs:
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
|
|
||||||
# TODO: add prettier step
|
# TODO: add prettier step
|
||||||
# TODO: add goimports step
|
# TODO: add goimports step
|
||||||
|
|
|
@ -50,7 +50,6 @@ jobs:
|
||||||
- name: Check out code onto GOPATH
|
- name: Check out code onto GOPATH
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
|
||||||
path: ./src/knative.dev/${{ github.event.repository.name }}
|
path: ./src/knative.dev/${{ github.event.repository.name }}
|
||||||
|
|
||||||
- name: Update Codegen
|
- name: Update Codegen
|
||||||
|
|
Loading…
Reference in New Issue