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
Be sure to run the following command before pushing code.
npm run all
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
Be sure to run the following command before pushing code.
npm run all