forked from quic-go/quic-go
add a CI test that go mod vendor works
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -17,6 +17,10 @@ jobs:
|
||||
go mod tidy
|
||||
diff go.mod go.mod.orig
|
||||
diff go.sum go.sum.orig
|
||||
- name: Check that go mod vendor works
|
||||
run: |
|
||||
cd integrationtests/gomodvendor
|
||||
go mod vendor
|
||||
golangci-lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user