|
|
@ -14,10 +14,10 @@ jobs:
|
|
|
|
uses: actions/setup-go@v2
|
|
|
|
uses: actions/setup-go@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: 1.15.x
|
|
|
|
go-version: 1.15.x
|
|
|
|
- name: Build garble
|
|
|
|
|
|
|
|
run: go build
|
|
|
|
|
|
|
|
- name: Checkout code
|
|
|
|
- name: Checkout code
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
- name: Build garble
|
|
|
|
|
|
|
|
run: go build
|
|
|
|
- name: Checkout staticcheck
|
|
|
|
- name: Checkout staticcheck
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|