Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 19 hours 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T14:40:58.000Z (2 months ago)
- Last Synced: 2024-11-18T16:31:04.739Z (1 day ago)
- Topics: actions, go, golang
- Language: Go
- Homepage: https://github.com/marketplace/actions/action-pr-size-checker
- Size: 51.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gigi
===
[![Go Reference](https://pkg.go.dev/badge/github.com/budougumi0617/gigi.svg)](https://pkg.go.dev/github.com/budougumi0617/gigi)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
[![test](https://github.com/budougumi0617/gigi/workflows/test/badge.svg)](https://github.com/budougumi0617/gigi/actions?query=workflow%3Atest)
[![reviewdog](https://github.com/budougumi0617/gigi/workflows/reviewdog/badge.svg)](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)