mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
github actions checkout parameter
should allow getting the latest tag and avoid `No names found, cannot describe anything`
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
|
||||
- name: Test & Vet
|
||||
run: make test vet
|
||||
|
Reference in New Issue
Block a user