https://github.com/emmeowzing/github-orb
GitHub helper jobs and commands
https://github.com/emmeowzing/github-orb
circleci github orb
Last synced: about 2 months ago
JSON representation
GitHub helper jobs and commands
- Host: GitHub
- URL: https://github.com/emmeowzing/github-orb
- Owner: emmeowzing
- License: bsd-3-clause
- Created: 2022-06-09T19:49:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:48:55.000Z (over 2 years ago)
- Last Synced: 2025-04-06T12:33:03.014Z (about 1 year ago)
- Topics: circleci, github, orb
- Language: Shell
- Homepage: https://circleci.com/developer/orbs/orb/bjd2385/github
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## GitHub orb for CircleCI
This orb provides helper commands and jobs for performing common GitHub tasks.
### Development
This orb has been developed in _unpacked_ form. You may view its packed source with
```shell
$ yarn orb:pack # creates a file 'orb.yml'
```
and further validate the resulting orb definition with
```shell
$ yarn orb:validate
```
When you're done with your testing, you may clean up the packed source with
```shell
$ yarn orb:cleaup
```
#### `pre-commit`
This repository uses `pre-commit` to uphold certain code styling and standards. You may install the hooks listed in [`.pre-commit-config.yaml`](.pre-commit-config.yaml) with
```shell
$ yarn install:pre-commit-hooks
```