Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 361 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 361 Bytes

How to Contribute to otel-cicd-action

Getting Started

git clone [email protected]:corentinmusard/otel-cicd-action.git
cd otel-cicd-action

Setup precommit hook, install dependencies and run tests:

npm run prepare
npm i
npm run test

Contributing code

Be sure to run the following command before pushing code.

npm run all