Closed mkuziemko closed 2 years ago
Changes proposed in this pull request:
golangci-lint
SKIP_GOLANGCI_LINT
make test-lint
Additionally:
(1) Error scenario Failing tests is accessible from my fork repository here. At prepare environment step, there is also a message about using a cache:
prepare environment
Cache Size: ~576 MB (603781506 B) /usr/bin/tar --use-compress-program zstd -d (...) Cache restored successfully
Also, the details for the warning/issues are visible here.
(1) No error scenario Execution of the job without errors is here.
Description
Changes proposed in this pull request:
golangci-lint
GitHub Action in pipelines,SKIP_GOLANGCI_LINT
which skips the execution of golangci-lint formake test-lint
,Additionally:
golangci-lint
Testing
(1) Error scenario Failing tests is accessible from my fork repository here. At
prepare environment
step, there is also a message about using a cache:Also, the details for the warning/issues are visible here.
(1) No error scenario Execution of the job without errors is here.
Related issue(s)