actions-marketplace-validations/Code quality exporter
Collect data from eslint and export to database/spreadsheet
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 23, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/edgardleal_code-quality-to-spreadsheet-action@b424df5c1002e34797620ff4884c7a40029a6ade # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| result_file | Path of the json file with result of eslint run | no | — |
| project_name | The project name that will be sent to database/spreadsheet | yes | — |
| spreadsheet_id | The id of target spreadsheet | yes | — |
| google_service_account_email | Service account email to access the spreadsheet | yes | — |
| google_private_key | The service account private key | yes | — |
| eslint_project_list | A list of all paths to be analyzed | no | . |
| eslint_extensions | A list of file extensions to be scanned separated by comma. Ex: .js,.ts | no | .js,.ts,.jsx |
| exit_with_error_when_errors | Exit process with code 1 when there has some error | no | true |
| exit_with_error_when_warning | Exit process with code 1 when there has some warning | no | false |
Outputs
no outputs