atc0005 / todo

A collection of TODO items not specific to any one project
MIT License
0 stars 0 forks source link

Refresh GitHub Actions Workflows #44

Closed atc0005 closed 1 year ago

atc0005 commented 2 years ago

refs https://github.com/golangci/golangci-lint/runs/7879091851?check_suite_focus=true

Add:

go mod tidy
git diff --exit-code go.mod

Add:

go mod vendor
git diff --exit-code
atc0005 commented 2 years ago

Working this into the workflow changes I'm applying now.

atc0005 commented 1 year ago

Working this into the workflow changes I'm applying now.

Done.

Since then I've also moved "shared" workflows and logic to a dedicated repo:

This allows for heavy deduplication of effort and has already been a positive improvement on CI standardization.