Remove module-path, it is unset. Change "use" -> "uses"
This commit is contained in:
@@ -15,11 +15,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
|
||||||
path: ${{ go.module-path }}
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
working-directory: ${{ go.module-path }}
|
|
||||||
run: |
|
run: |
|
||||||
go get -v -t -d ./...
|
go get -v -t -d ./...
|
||||||
if [ -f Gopkg.toml ]; then
|
if [ -f Gopkg.toml ]; then
|
||||||
@@ -28,5 +25,4 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{ go.module-path }}
|
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|||||||
Reference in New Issue
Block a user