actions-marketplace-validations/Code quality exporter

Collect data from eslint and export to database/spreadsheet

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 23, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/edgardleal_code-quality-to-spreadsheet-action@b424df5c1002e34797620ff4884c7a40029a6ade # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
result_filePath of the json file with result of eslint runno
project_nameThe project name that will be sent to database/spreadsheetyes
spreadsheet_idThe id of target spreadsheetyes
google_service_account_emailService account email to access the spreadsheetyes
google_private_keyThe service account private keyyes
eslint_project_listA list of all paths to be analyzedno.
eslint_extensionsA list of file extensions to be scanned separated by comma. Ex: .js,.tsno.js,.ts,.jsx
exit_with_error_when_errorsExit process with code 1 when there has some errornotrue
exit_with_error_when_warningExit process with code 1 when there has some warningnofalse

no outputs