This repository is there just for testing purposes. The Developer experience team uses it to test its feature
For the moment the project contains only a gcd
function and some tests on it, it declares one workflow which install the dependencies, run the tests, store test results and store the package.json as a small artifact and a zip of the node_modules as a big artifact
If you want to run the test you can run
npm install
npm test