Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.05 KB

Contributing to Local CI

Local Setup

  1. npm i
  2. Open VS Code with this repo at the root of the workspace
  3. VS Code > View > Run > Run Extension:

running the extension

  1. This will open a new VS Code window
  2. In that new window, File > Open > select a repo that has a .circleci/config.yml file
  3. Click the Local CI icon on the left
  4. You should see the CircleCI® jobs for that workspace:

jobs in editor

  1. As you make edits, click Restart in the Local CI repo to see the edits apply in the second window:

restarting the editor

Linting

npm run lint

This will also run on a pre-commit hook that will install on npm i