Github action to create a job summary report
Sample usage
- name: Job Summary
uses: draios/infra-action-scanning-summary@v0.0.1
with:
report-file-path: ${{ inputs.scanning-report-path }}
Install the dependencies
npm install
Packaging assembles the code into one file, preventing the need to check in node_modules
.
You must have ncc
installed (npm i -g @vercel/ncc
). Then run:
npm run prepare
It will create the dist
folder.