Remove vendor folder from repo (#249)

* remove vendor folder

* appease staticcheck

* rename to verify

* fix test coverage job
This commit is contained in:
Khosrow Moossavi
2020-05-02 19:20:43 -04:00
committed by GitHub
parent fbbf01e451
commit f944987c90
403 changed files with 213 additions and 120020 deletions

View File

@@ -7,8 +7,8 @@ on:
jobs:
prerelease:
name: Pre-Release
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Set up Go 1.14.x
uses: actions/setup-go@v1