https://github.com/codefresh-io/pkg
codefresh common go modules
https://github.com/codefresh-io/pkg
Last synced: 8 months ago
JSON representation
codefresh common go modules
- Host: GitHub
- URL: https://github.com/codefresh-io/pkg
- Owner: codefresh-io
- License: other
- Created: 2021-03-02T15:07:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T07:13:55.000Z (over 2 years ago)
- Last Synced: 2025-04-25T14:59:45.409Z (about 1 year ago)
- Language: Go
- Size: 166 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/codefresh-io/pkg)
Codefresh common go modules
### Using [pre-commit](https://pre-commit.com/) hooks:
When installed correctly, this will run `golangci-lint` before every commit, and `go test` before every push. Any error will cause the commit or push to fail.
1. [Install](https://pre-commit.com/#1-install-pre-commit):
`brew install pre-commit`
1. [Install the git hook scripts](https://pre-commit.com/#3-install-the-git-hook-scripts):
`pre-commit install -t pre-commit -t pre-push`