https://github.com/budougumi0617/gigi
Verify pull request size without specified files by file name.
https://github.com/budougumi0617/gigi
actions go golang
Last synced: about 1 year ago
JSON representation
Verify pull request size without specified files by file name.
- Host: GitHub
- URL: https://github.com/budougumi0617/gigi
- Owner: budougumi0617
- License: mit
- Created: 2021-05-03T14:58:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T07:22:33.000Z (about 1 year ago)
- Last Synced: 2025-04-29T08:28:36.588Z (about 1 year ago)
- Topics: actions, go, golang
- Language: Go
- Homepage: https://github.com/marketplace/actions/action-pr-size-checker
- Size: 55.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
gigi
===
[](https://pkg.go.dev/github.com/budougumi0617/gigi)
[](LICENSE)
[](https://github.com/budougumi0617/gigi/actions?query=workflow%3Atest)
[](https://github.com/budougumi0617/gigi/actions?query=workflow%3Areviewdog)
## Background
## Description
### Features
## Synopsis
```
$ gigi
```
## Options
## Limitation
## Installation
```
$ go install github.com/budougumi0617/gigi/cmd/gigi
```
Built binaries are available on gihub releases. https://github.com/budougumi0617/gigi/releases
### MacOS
If you want to install on MacOS, you can use Homebrew.
```
brew install budougumi0617/tap/gigi
```
## Contribution
1. Fork ([https://github.com/budougumi0617/gigi/fork](https://github.com/budougumi0617/gigi/fork))
2. Create a feature branch
3. Commit your changes
4. Rebase your local changes against the master branch
5. Run test suite with the `go test ./...` command and confirm that it passes
6. Run `gofmt -s`
7. Create new Pull Request
## License
[MIT](https://github.com/budougumi0617/gigi/blob/master/LICENSE)
## Author
[budougumi0617](https://github.com/budougumi0617)