An open API service indexing awesome lists of open source software.

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

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
```