/github-orb

GitHub helper jobs and commands

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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

$ yarn orb:pack  # creates a file 'orb.yml'

and further validate the resulting orb definition with

$ yarn orb:validate

When you're done with your testing, you may clean up the packed source with

$ 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 with

$ yarn install:pre-commit-hooks