Skip to content

template repository for publishing orbs

License

Notifications You must be signed in to change notification settings

emmeowzing/circleci-orb-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Emma Doyle
Nov 20, 2022
e685a44 · Nov 20, 2022

History

11 Commits
Nov 20, 2022
May 16, 2022
May 16, 2022
Dec 9, 2021
Dec 3, 2021
Nov 20, 2022
Dec 3, 2021
Dec 9, 2021
May 16, 2022
May 16, 2022

Repository files navigation

example orb for CircleCI

This orb provides a set of commands and jobs for example in CircleCI workflows. Commands include

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

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages