-
Notifications
You must be signed in to change notification settings - Fork 15
Deploy workflow to all PL Go repos #41
Comments
Thanks for tracking this @marten-seemann . A few things:
|
|
Here's the manual how to contribute to our CI health: https://hackmd.io/@marten-seemann/BkVlbRMBO. |
Sounds good to me - I just left a nit comment. I slightly worry that vet/staticcheck will get some pushback, though. I fully expect vet to be rejected on go-ipld-prime for example. |
Thanks @marten-seemann ! A few things:
Thanks! |
|
I'm going to close this since we're not actively working towards adding all existing Go repos in PL orgs to Unified CI at the moment. What's worth noting on this topic though is that we're trying to cover all new Go repositories with Go (we'll have to rework the process a bit for Unified CI 2.0 though, tracked here ipdxco/unified-github-workflows#34). |
Remaining steps:
go mod tidy
in the copy workflowgofmt -s
in the copy workflowgo vet
,staticcheck
andgo test
errors in all repos (see https://docs.google.com/spreadsheets/d/1Vwk-OUKXXNQkp4BkOoMndLylnJRW7a2c_mmvXu6jIj8/edit#gid=0 for the current status)config.json
The text was updated successfully, but these errors were encountered: