The tool receives as input the GolangCI-Lint result from stdin. The GolangCI-Lint result must be in JSON format. Converts GolangCI-Lint result into Codacy's format Prints Codacy's format to stdout ...
I'm currently trying to run this GH Action as part of a longer action that generates coverage and sends to Codacy. The relevant Codacy part of the YAML is: - name: Generate Coverage run: npm run ...